Html Css Color HEX #370BAE Ultramarine

📋 copy color: '#370BAE'

red 55 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #370BAE

Tints of Ultramarine #370BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

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

R = 22.92%
G = 4.58%
B = 72.5%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#370BAE (or 0x370BAE) is known color: Ultramarine. HEX triplet: 37, 0B and AE. RGB value is (55,11,174). Sum of RGB (Red+Green+Blue) = 55+11+174=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #370BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BAE is #C8F451. Grayscale: #2A2A2A. Windows color (decimal): -13169746 or 11406135. OLE color: 11406135.

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

Color convert

RGB 55 11 174 -
CMYK 0.68 0.94 0 0.32
HSL 256.2º 0.88% 0.36% -
HSV(B) 256.2º 0.94% 0.68% -
XYZ 9.34 4.11 40.35 -
YUV 42.74 202.08 136.75 -
System Red Green Blue C M Y K H S L
Decimal 55 11 174 0.68 0.94 0 0.32 256.2 0.88 0.36
Hex 37 B AE 44 5E 0 20 100 58 24
Octal 67 13 256 104 136 0 40 400 130 44
Binary 110111 1011 10101110 1000100 1011110 0 100000 100000000 1011000 100100

Color Harmonies of #370BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BAE

Black with #370BAE

Text Example


Text Example

White with #370BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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