#360CAA

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

Shades of Ultramarine #360CAA

Tints of Ultramarine #360CAA

Color information

#360CAA (or 0x360CAA) is unknown color: approx Ultramarine. HEX triplet: 36, 0C and AA. RGB value is (54,12,170). Sum of RGB (Red+Green+Blue) = 54+12+170=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #360CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360CAA is #C9F355. Grayscale: #292929. Windows color (decimal): -13235030 or 11144246. OLE color: 11144246.

HSL color Cylindrical-coordinate representation of color #360CAA: hue angle of 255.95º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CAA is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5412170-
CMYK0.680.9300.33
HSL255.95º86.81%35.69%-
HSV(B)255.95º92.94%66.67%-
XYZ8.913.9538.32-
YUV42.57199.91136.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 170 (66.80% from 255) = 72.03%
R=22.88%
G=5.08%
B=72.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54121700.680.9300.33255.9586.8135.69
Hex36CAA445D0211005724
Octal661425210413504140012744
Binary1101101100101010101000100101110101000011000000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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