Html Css Color HEX #370EB1 Ultramarine

📋 copy color: '#370EB1'

red 55 ◦ green 14 ◦ blue 177

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

Shades of Ultramarine #370EB1

Tints of Ultramarine #370EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 71.95%

R = 22.36%
G = 5.69%
B = 71.95%

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

#370EB1 (or 0x370EB1) is known color: Ultramarine. HEX triplet: 37, 0E and B1. RGB value is (55,14,177). Sum of RGB (Red+Green+Blue) = 55+14+177=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #370EB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EB1 is #C8F14E. Grayscale: #2C2C2C. Windows color (decimal): -13168975 or 11603511. OLE color: 11603511.

HSL color Cylindrical-coordinate representation of color #370EB1: hue angle of 255.09º 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 #370EB1 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 14 177 -
CMYK 0.69 0.92 0 0.31
HSL 255.09º 0.85% 0.37% -
HSV(B) 255.09º 0.92% 0.69% -
XYZ 9.67 4.3 41.92 -
YUV 44.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 55 14 177 0.69 0.92 0 0.31 255.09 0.85 0.37
Hex 37 E B1 45 5C 0 1F FF 55 25
Octal 67 16 261 105 134 0 37 377 125 45
Binary 110111 1110 10110001 1000101 1011100 0 11111 11111111 1010101 100101

Color Harmonies of #370EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EB1

Black with #370EB1

Text Example


Text Example

White with #370EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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