#360CB7

Color #360CB7 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #360CB7

Tints of Ultramarine #360CB7

Color information

#360CB7 (or 0x360CB7) is unknown color: approx Ultramarine. HEX triplet: 36, 0C and B7. RGB value is (54,12,183). Sum of RGB (Red+Green+Blue) = 54+12+183=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 183 (71.88% from 255 or 73.49% from 249); Max value from RGB is 183 - color contains mainly: blue. Hex color #360CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CB7 is #C9F348. Grayscale: #2B2B2B. Windows color (decimal): -13235017 or 11996214. OLE color: 11996214.

HSL color Cylindrical-coordinate representation of color #360CB7: hue angle of 254.74º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CB7 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5412183-
CMYK0.700.9300.28
HSL254.74º87.69%38.24%-
HSV(B)254.74º93.44%71.76%-
XYZ10.24.4745.12-
YUV44.05206.41135.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 183 (71.88% from 255) = 73.49%
R=21.69%
G=4.82%
B=73.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal54121830.700.9300.28254.7487.6938.24
Hex36CB7465D01Cff5826
Octal661426710613503437713046
Binary11011011001011011110001101011101011100111111111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360CB7; }

 p { color: rgb(54,12,183); }

 H1.HeaderClassName
 {
   color: #360CB7;
 }
 .AnyTagClassName
 {
   color: #360CB7;
 }
</style>
background-color css

<style>
 a { background-color: #360CB7; }

 a { background-color: rgb(54,12,183); }

 div.DivClassName
 {
   background-color: #360CB7;
 }
 .BgClassName
 {
   background-color: #360CB7;
 }
</style>
border-color css

<style>
 span { border-color: #360CB7; }

 span { border-color: rgb(54,12,183); }

 td.TdClassName
 {
   border-color: #360CB7;
 }
 .TagClassName
 {
   border-color: #360CB7;
 }
</style>