Html Css Color HEX #370DB4 Ultramarine

📋 copy color: '#370DB4'

red 55 ◦ green 13 ◦ blue 180

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

Shades of Ultramarine #370DB4

Tints of Ultramarine #370DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 72.58%

R = 22.18%
G = 5.24%
B = 72.58%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#370DB4 (or 0x370DB4) is known color: Ultramarine. HEX triplet: 37, 0D and B4. RGB value is (55,13,180). Sum of RGB (Red+Green+Blue) = 55+13+180=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 180 (70.70% from 255 or 72.58% from 248); Max value from RGB is 180 - color contains mainly: blue. Hex color #370DB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DB4 is #C8F24B. Grayscale: #2B2B2B. Windows color (decimal): -13169228 or 11799863. OLE color: 11799863.

HSL color Cylindrical-coordinate representation of color #370DB4: hue angle of 255.09º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370DB4 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 13 180 -
CMYK 0.69 0.93 0 0.29
HSL 255.09º 0.87% 0.38% -
HSV(B) 255.09º 0.93% 0.71% -
XYZ 9.96 4.4 43.5 -
YUV 44.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 55 13 180 0.69 0.93 0 0.29 255.09 0.87 0.38
Hex 37 D B4 45 5D 0 1D FF 57 26
Octal 67 15 264 105 135 0 35 377 127 46
Binary 110111 1101 10110100 1000101 1011101 0 11101 11111111 1010111 100110

Color Harmonies of #370DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DB4

Black with #370DB4

Text Example


Text Example

White with #370DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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