Html Css Color HEX #370EAC Ultramarine

📋 copy color: '#370EAC'

red 55 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #370EAC

Tints of Ultramarine #370EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.37%

R = 22.82%
G = 5.81%
B = 71.37%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370EAC (or 0x370EAC) is known color: Ultramarine. HEX triplet: 37, 0E and AC. RGB value is (55,14,172). Sum of RGB (Red+Green+Blue) = 55+14+172=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #370EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EAC is #C8F153. Grayscale: #2B2B2B. Windows color (decimal): -13168980 or 11275831. OLE color: 11275831.

HSL color Cylindrical-coordinate representation of color #370EAC: hue angle of 255.57º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370EAC is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 14 172 -
CMYK 0.68 0.92 0 0.33
HSL 255.57º 0.85% 0.36% -
HSV(B) 255.57º 0.92% 0.67% -
XYZ 9.18 4.1 39.34 -
YUV 44.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 55 14 172 0.68 0.92 0 0.33 255.57 0.85 0.36
Hex 37 E AC 44 5C 0 21 100 55 24
Octal 67 16 254 104 134 0 41 400 125 44
Binary 110111 1110 10101100 1000100 1011100 0 100001 100000000 1010101 100100

Color Harmonies of #370EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EAC

Black with #370EAC

Text Example


Text Example

White with #370EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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