Html Css Color HEX #370AB8 Ultramarine

📋 copy color: '#370AB8'

red 55 ◦ green 10 ◦ blue 184

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

Shades of Ultramarine #370AB8

Tints of Ultramarine #370AB8

RGB

 RED value IS 55 (21.88% from 255) = 22.09%

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

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

R = 22.09%
G = 4.02%
B = 73.9%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#370AB8 (or 0x370AB8) is known color: Ultramarine. HEX triplet: 37, 0A and B8. RGB value is (55,10,184). Sum of RGB (Red+Green+Blue) = 55+10+184=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 184 (72.27% from 255 or 73.90% from 249); Max value from RGB is 184 - color contains mainly: blue. Hex color #370AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370AB8 is #C8F547. Grayscale: #2A2A2A. Windows color (decimal): -13169992 or 12061239. OLE color: 12061239.

HSL color Cylindrical-coordinate representation of color #370AB8: hue angle of 255.52º 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 #370AB8 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 55 10 184 -
CMYK 0.70 0.95 0 0.28
HSL 255.52º 0.9% 0.38% -
HSV(B) 255.52º 0.95% 0.72% -
XYZ 10.34 4.49 45.67 -
YUV 43.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 55 10 184 0.70 0.95 0 0.28 255.52 0.9 0.38
Hex 37 A B8 46 5F 0 1C 100 5A 26
Octal 67 12 270 106 137 0 34 400 132 46
Binary 110111 1010 10111000 1000110 1011111 0 11100 100000000 1011010 100110

Color Harmonies of #370AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AB8

Black with #370AB8

Text Example


Text Example

White with #370AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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