Html Css Color HEX #360BB6 Ultramarine

📋 copy color: '#360BB6'

red 54 ◦ green 11 ◦ blue 182

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

Shades of Ultramarine #360BB6

Tints of Ultramarine #360BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 182 (71.48% from 255) = 73.68%

R = 21.86%
G = 4.45%
B = 73.68%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#360BB6 (or 0x360BB6) is known color: Ultramarine. HEX triplet: 36, 0B and B6. RGB value is (54,11,182). Sum of RGB (Red+Green+Blue) = 54+11+182=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 182 (71.48% from 255 or 73.68% from 247); Max value from RGB is 182 - color contains mainly: blue. Hex color #360BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BB6 is #C9F449. Grayscale: #2A2A2A. Windows color (decimal): -13235274 or 11930422. OLE color: 11930422.

HSL color Cylindrical-coordinate representation of color #360BB6: hue angle of 255.09º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360BB6 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 11 182 -
CMYK 0.70 0.94 0 0.29
HSL 255.09º 0.89% 0.38% -
HSV(B) 255.09º 0.94% 0.71% -
XYZ 10.08 4.4 44.57 -
YUV 43.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 54 11 182 0.70 0.94 0 0.29 255.09 0.89 0.38
Hex 36 B B6 46 5E 0 1D FF 59 26
Octal 66 13 266 106 136 0 35 377 131 46
Binary 110110 1011 10110110 1000110 1011110 0 11101 11111111 1011001 100110

Color Harmonies of #360BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BB6

Black with #360BB6

Text Example


Text Example

White with #360BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,11,182); }

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

background-color css

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

 a { background-color: rgb(54,11,182); }

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

border-color css

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

 span { border-color: rgb(54,11,182); }

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