Html Css Color HEX #370EAF Ultramarine

📋 copy color: '#370EAF'

red 55 ◦ green 14 ◦ blue 175

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

Shades of Ultramarine #370EAF

Tints of Ultramarine #370EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.74%

 BLUE value IS 175 (68.75% from 255) = 71.72%

R = 22.54%
G = 5.74%
B = 71.72%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#370EAF (or 0x370EAF) is known color: Ultramarine. HEX triplet: 37, 0E and AF. RGB value is (55,14,175). Sum of RGB (Red+Green+Blue) = 55+14+175=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #370EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EAF is #C8F150. Grayscale: #2C2C2C. Windows color (decimal): -13168977 or 11472439. OLE color: 11472439.

HSL color Cylindrical-coordinate representation of color #370EAF: hue angle of 255.28º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370EAF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 14 175 -
CMYK 0.69 0.92 0 0.31
HSL 255.28º 0.85% 0.37% -
HSV(B) 255.28º 0.92% 0.69% -
XYZ 9.47 4.22 40.87 -
YUV 44.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 55 14 175 0.69 0.92 0 0.31 255.28 0.85 0.37
Hex 37 E AF 45 5C 0 1F FF 55 25
Octal 67 16 257 105 134 0 37 377 125 45
Binary 110111 1110 10101111 1000101 1011100 0 11111 11111111 1010101 100101

Color Harmonies of #370EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EAF

Black with #370EAF

Text Example


Text Example

White with #370EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,14,175); }

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

background-color css

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

 a { background-color: rgb(55,14,175); }

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

border-color css

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

 span { border-color: rgb(55,14,175); }

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