Html Css Color HEX #370CAD Ultramarine

📋 copy color: '#370CAD'

red 55 ◦ green 12 ◦ blue 173

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

Shades of Ultramarine #370CAD

Tints of Ultramarine #370CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 22.92%
G = 5%
B = 72.08%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#370CAD (or 0x370CAD) is known color: Ultramarine. HEX triplet: 37, 0C and AD. RGB value is (55,12,173). Sum of RGB (Red+Green+Blue) = 55+12+173=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #370CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370CAD is #C8F352. Grayscale: #2A2A2A. Windows color (decimal): -13169491 or 11340855. OLE color: 11340855.

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

Color convert

RGB 55 12 173 -
CMYK 0.68 0.93 0 0.32
HSL 256.02º 0.87% 0.36% -
HSV(B) 256.02º 0.93% 0.68% -
XYZ 9.25 4.09 39.84 -
YUV 43.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 55 12 173 0.68 0.93 0 0.32 256.02 0.87 0.36
Hex 37 C AD 44 5D 0 20 100 57 24
Octal 67 14 255 104 135 0 40 400 127 44
Binary 110111 1100 10101101 1000100 1011101 0 100000 100000000 1010111 100100

Color Harmonies of #370CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CAD

Black with #370CAD

Text Example


Text Example

White with #370CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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