Html Css Color HEX #360AB8 Ultramarine

📋 copy color: '#360AB8'

red 54 ◦ green 10 ◦ blue 184

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

Shades of Ultramarine #360AB8

Tints of Ultramarine #360AB8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 184 (72.27% from 255) = 74.19%

R = 21.77%
G = 4.03%
B = 74.19%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#360AB8 (or 0x360AB8) is known color: Ultramarine. HEX triplet: 36, 0A and B8. RGB value is (54,10,184). Sum of RGB (Red+Green+Blue) = 54+10+184=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #360AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360AB8 is #C9F547. Grayscale: #2A2A2A. Windows color (decimal): -13235528 or 12061238. OLE color: 12061238.

HSL color Cylindrical-coordinate representation of color #360AB8: hue angle of 255.17º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360AB8 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 54 10 184 -
CMYK 0.71 0.95 0 0.28
HSL 255.17º 0.9% 0.38% -
HSV(B) 255.17º 0.95% 0.72% -
XYZ 10.28 4.46 45.67 -
YUV 42.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 54 10 184 0.71 0.95 0 0.28 255.17 0.9 0.38
Hex 36 A B8 47 5F 0 1C FF 5A 26
Octal 66 12 270 107 137 0 34 377 132 46
Binary 110110 1010 10111000 1000111 1011111 0 11100 11111111 1011010 100110

Color Harmonies of #360AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360AB8

Black with #360AB8

Text Example


Text Example

White with #360AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,10,184); }

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

background-color css

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

 a { background-color: rgb(54,10,184); }

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

border-color css

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

 span { border-color: rgb(54,10,184); }

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