Html Css Color HEX #360CAF Ultramarine

📋 copy color: '#360CAF'

red 54 ◦ green 12 ◦ blue 175

#360CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #360CAF

Tints of Ultramarine #360CAF

RGB

 RED value IS 54 (21.48% from 255) = 22.41%

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 175 (68.75% from 255) = 72.61%

R = 22.41%
G = 4.98%
B = 72.61%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#360CAF (or 0x360CAF) is known color: Ultramarine. HEX triplet: 36, 0C and AF. RGB value is (54,12,175). Sum of RGB (Red+Green+Blue) = 54+12+175=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #360CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360CAF is #C9F350. Grayscale: #2A2A2A. Windows color (decimal): -13235025 or 11471926. OLE color: 11471926.

HSL color Cylindrical-coordinate representation of color #360CAF: hue angle of 255.46º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CAF is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 12 175 -
CMYK 0.69 0.93 0 0.31
HSL 255.46º 0.87% 0.37% -
HSV(B) 255.46º 0.93% 0.69% -
XYZ 9.39 4.14 40.86 -
YUV 43.14 202.41 135.75 -
System Red Green Blue C M Y K H S L
Decimal 54 12 175 0.69 0.93 0 0.31 255.46 0.87 0.37
Hex 36 C AF 45 5D 0 1F FF 57 25
Octal 66 14 257 105 135 0 37 377 127 45
Binary 110110 1100 10101111 1000101 1011101 0 11111 11111111 1010111 100101

Color Harmonies of #360CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CAF

Black with #360CAF

Text Example


Text Example

White with #360CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #360CAF;
 }
 .AnyTagClassName
 {
   color: #360CAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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