Html Css Color HEX #370EB0 Ultramarine

📋 copy color: '#370EB0'

red 55 ◦ green 14 ◦ blue 176

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

Shades of Ultramarine #370EB0

Tints of Ultramarine #370EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 71.84%

R = 22.45%
G = 5.71%
B = 71.84%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#370EB0 (or 0x370EB0) is known color: Ultramarine. HEX triplet: 37, 0E and B0. RGB value is (55,14,176). Sum of RGB (Red+Green+Blue) = 55+14+176=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 176 (69.14% from 255 or 71.84% from 245); Max value from RGB is 176 - color contains mainly: blue. Hex color #370EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EB0 is #C8F14F. Grayscale: #2C2C2C. Windows color (decimal): -13168976 or 11537975. OLE color: 11537975.

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

Color convert

RGB 55 14 176 -
CMYK 0.69 0.92 0 0.31
HSL 255.19º 0.85% 0.37% -
HSV(B) 255.19º 0.92% 0.69% -
XYZ 9.57 4.26 41.39 -
YUV 44.73 202.08 135.33 -
System Red Green Blue C M Y K H S L
Decimal 55 14 176 0.69 0.92 0 0.31 255.19 0.85 0.37
Hex 37 E B0 45 5C 0 1F FF 55 25
Octal 67 16 260 105 134 0 37 377 125 45
Binary 110111 1110 10110000 1000101 1011100 0 11111 11111111 1010101 100101

Color Harmonies of #370EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EB0

Black with #370EB0

Text Example


Text Example

White with #370EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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