Html Css Color HEX #360CBA Ultramarine

📋 copy color: '#360CBA'

red 54 ◦ green 12 ◦ blue 186

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

Shades of Ultramarine #360CBA

Tints of Ultramarine #360CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.81%

R = 21.43%
G = 4.76%
B = 73.81%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#360CBA (or 0x360CBA) is known color: Ultramarine. HEX triplet: 36, 0C and BA. RGB value is (54,12,186). Sum of RGB (Red+Green+Blue) = 54+12+186=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #360CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CBA is #C9F345. Grayscale: #2B2B2B. Windows color (decimal): -13235014 or 12192822. OLE color: 12192822.

HSL color Cylindrical-coordinate representation of color #360CBA: hue angle of 254.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CBA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 12 186 -
CMYK 0.71 0.94 0 0.27
HSL 254.48º 0.88% 0.39% -
HSV(B) 254.48º 0.94% 0.73% -
XYZ 10.52 4.59 46.79 -
YUV 44.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 54 12 186 0.71 0.94 0 0.27 254.48 0.88 0.39
Hex 36 C BA 47 5E 0 1B FE 58 27
Octal 66 14 272 107 136 0 33 376 130 47
Binary 110110 1100 10111010 1000111 1011110 0 11011 11111110 1011000 100111

Color Harmonies of #360CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CBA

Black with #360CBA

Text Example


Text Example

White with #360CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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