Html Css Color HEX #370BB3 Ultramarine

📋 copy color: '#370BB3'

red 55 ◦ green 11 ◦ blue 179

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

Shades of Ultramarine #370BB3

Tints of Ultramarine #370BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 73.06%

R = 22.45%
G = 4.49%
B = 73.06%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#370BB3 (or 0x370BB3) is known color: Ultramarine. HEX triplet: 37, 0B and B3. RGB value is (55,11,179). Sum of RGB (Red+Green+Blue) = 55+11+179=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #370BB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BB3 is #C8F44C. Grayscale: #2A2A2A. Windows color (decimal): -13169741 or 11733815. OLE color: 11733815.

HSL color Cylindrical-coordinate representation of color #370BB3: hue angle of 255.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BB3 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 11 179 -
CMYK 0.69 0.94 0 0.30
HSL 255.71º 0.88% 0.37% -
HSV(B) 255.71º 0.94% 0.7% -
XYZ 9.83 4.31 42.96 -
YUV 43.31 204.58 136.34 -
System Red Green Blue C M Y K H S L
Decimal 55 11 179 0.69 0.94 0 0.30 255.71 0.88 0.37
Hex 37 B B3 45 5E 0 1E 100 58 25
Octal 67 13 263 105 136 0 36 400 130 45
Binary 110111 1011 10110011 1000101 1011110 0 11110 100000000 1011000 100101

Color Harmonies of #370BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BB3

Black with #370BB3

Text Example


Text Example

White with #370BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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