Html Css Color HEX #370EAD Ultramarine

📋 copy color: '#370EAD'

red 55 ◦ green 14 ◦ blue 173

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

Shades of Ultramarine #370EAD

Tints of Ultramarine #370EAD

RGB

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

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

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

R = 22.73%
G = 5.79%
B = 71.49%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#370EAD (or 0x370EAD) is known color: Ultramarine. HEX triplet: 37, 0E and AD. RGB value is (55,14,173). Sum of RGB (Red+Green+Blue) = 55+14+173=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #370EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EAD is #C8F152. Grayscale: #2B2B2B. Windows color (decimal): -13168979 or 11341367. OLE color: 11341367.

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

Color convert

RGB 55 14 173 -
CMYK 0.68 0.92 0 0.32
HSL 255.47º 0.85% 0.37% -
HSV(B) 255.47º 0.92% 0.68% -
XYZ 9.28 4.14 39.85 -
YUV 44.39 200.58 135.57 -
System Red Green Blue C M Y K H S L
Decimal 55 14 173 0.68 0.92 0 0.32 255.47 0.85 0.37
Hex 37 E AD 44 5C 0 20 FF 55 25
Octal 67 16 255 104 134 0 40 377 125 45
Binary 110111 1110 10101101 1000100 1011100 0 100000 11111111 1010101 100101

Color Harmonies of #370EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EAD

Black with #370EAD

Text Example


Text Example

White with #370EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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