Html Css Color HEX #370AAC Ultramarine

📋 copy color: '#370AAC'

red 55 ◦ green 10 ◦ blue 172

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

Shades of Ultramarine #370AAC

Tints of Ultramarine #370AAC

RGB

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

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

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

R = 23.21%
G = 4.22%
B = 72.57%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370AAC (or 0x370AAC) is known color: Ultramarine. HEX triplet: 37, 0A and AC. RGB value is (55,10,172). Sum of RGB (Red+Green+Blue) = 55+10+172=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #370AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AAC is #C8F553. Grayscale: #292929. Windows color (decimal): -13170004 or 11274807. OLE color: 11274807.

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

Color convert

RGB 55 10 172 -
CMYK 0.68 0.94 0 0.33
HSL 256.67º 0.89% 0.36% -
HSV(B) 256.67º 0.94% 0.67% -
XYZ 9.13 4.01 39.32 -
YUV 41.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 55 10 172 0.68 0.94 0 0.33 256.67 0.89 0.36
Hex 37 A AC 44 5E 0 21 101 59 24
Octal 67 12 254 104 136 0 41 401 131 44
Binary 110111 1010 10101100 1000100 1011110 0 100001 100000001 1011001 100100

Color Harmonies of #370AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AAC

Black with #370AAC

Text Example


Text Example

White with #370AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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