Html Css Color HEX #370CAC Ultramarine

📋 copy color: '#370CAC'

red 55 ◦ green 12 ◦ blue 172

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

Shades of Ultramarine #370CAC

Tints of Ultramarine #370CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

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

R = 23.01%
G = 5.02%
B = 71.97%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370CAC (or 0x370CAC) is known color: Ultramarine. HEX triplet: 37, 0C and AC. RGB value is (55,12,172). Sum of RGB (Red+Green+Blue) = 55+12+172=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #370CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370CAC is #C8F353. Grayscale: #2A2A2A. Windows color (decimal): -13169492 or 11275319. OLE color: 11275319.

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

Color convert

RGB 55 12 172 -
CMYK 0.68 0.93 0 0.33
HSL 256.13º 0.87% 0.36% -
HSV(B) 256.13º 0.93% 0.67% -
XYZ 9.15 4.05 39.33 -
YUV 43.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 55 12 172 0.68 0.93 0 0.33 256.13 0.87 0.36
Hex 37 C AC 44 5D 0 21 100 57 24
Octal 67 14 254 104 135 0 41 400 127 44
Binary 110111 1100 10101100 1000100 1011101 0 100001 100000000 1010111 100100

Color Harmonies of #370CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CAC

Black with #370CAC

Text Example


Text Example

White with #370CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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