Html Css Color HEX #370DAE Ultramarine

📋 copy color: '#370DAE'

red 55 ◦ green 13 ◦ blue 174

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

Shades of Ultramarine #370DAE

Tints of Ultramarine #370DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

 BLUE value IS 174 (68.36% from 255) = 71.9%

R = 22.73%
G = 5.37%
B = 71.9%

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

#370DAE (or 0x370DAE) is known color: Ultramarine. HEX triplet: 37, 0D and AE. RGB value is (55,13,174). Sum of RGB (Red+Green+Blue) = 55+13+174=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #370DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370DAE is #C8F251. Grayscale: #2B2B2B. Windows color (decimal): -13169234 or 11406647. OLE color: 11406647.

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

Color convert

RGB 55 13 174 -
CMYK 0.68 0.93 0 0.32
HSL 255.65º 0.86% 0.37% -
HSV(B) 255.65º 0.93% 0.68% -
XYZ 9.36 4.16 40.35 -
YUV 43.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 55 13 174 0.68 0.93 0 0.32 255.65 0.86 0.37
Hex 37 D AE 44 5D 0 20 100 56 25
Octal 67 15 256 104 135 0 40 400 126 45
Binary 110111 1101 10101110 1000100 1011101 0 100000 100000000 1010110 100101

Color Harmonies of #370DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DAE

Black with #370DAE

Text Example


Text Example

White with #370DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,13,174); }

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

background-color css

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

 a { background-color: rgb(55,13,174); }

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

border-color css

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

 span { border-color: rgb(55,13,174); }

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