Html Css Color HEX #360BBB Ultramarine

📋 copy color: '#360BBB'

red 54 ◦ green 11 ◦ blue 187

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

Shades of Ultramarine #360BBB

Tints of Ultramarine #360BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 21.43%
G = 4.37%
B = 74.21%

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

#360BBB (or 0x360BBB) is known color: Ultramarine. HEX triplet: 36, 0B and BB. RGB value is (54,11,187). Sum of RGB (Red+Green+Blue) = 54+11+187=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #360BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BBB is #C9F444. Grayscale: #2B2B2B. Windows color (decimal): -13235269 or 12258102. OLE color: 12258102.

HSL color Cylindrical-coordinate representation of color #360BBB: hue angle of 254.66º degrees, saturation: 0.89, 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 #360BBB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 11 187 -
CMYK 0.71 0.94 0 0.27
HSL 254.66º 0.89% 0.39% -
HSV(B) 254.66º 0.94% 0.73% -
XYZ 10.61 4.61 47.34 -
YUV 43.92 208.75 135.19 -
System Red Green Blue C M Y K H S L
Decimal 54 11 187 0.71 0.94 0 0.27 254.66 0.89 0.39
Hex 36 B BB 47 5E 0 1B FF 59 27
Octal 66 13 273 107 136 0 33 377 131 47
Binary 110110 1011 10111011 1000111 1011110 0 11011 11111111 1011001 100111

Color Harmonies of #360BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BBB

Black with #360BBB

Text Example


Text Example

White with #360BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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