Html Css Color HEX #370ABA Ultramarine

📋 copy color: '#370ABA'

red 55 ◦ green 10 ◦ blue 186

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

Shades of Ultramarine #370ABA

Tints of Ultramarine #370ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 21.91%
G = 3.98%
B = 74.1%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#370ABA (or 0x370ABA) is known color: Ultramarine. HEX triplet: 37, 0A and BA. RGB value is (55,10,186). Sum of RGB (Red+Green+Blue) = 55+10+186=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #370ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ABA is #C8F545. Grayscale: #2A2A2A. Windows color (decimal): -13169990 or 12192311. OLE color: 12192311.

HSL color Cylindrical-coordinate representation of color #370ABA: hue angle of 255.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370ABA is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 10 186 -
CMYK 0.70 0.95 0 0.27
HSL 255.34º 0.9% 0.38% -
HSV(B) 255.34º 0.95% 0.73% -
XYZ 10.55 4.57 46.78 -
YUV 43.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 55 10 186 0.70 0.95 0 0.27 255.34 0.9 0.38
Hex 37 A BA 46 5F 0 1B FF 5A 26
Octal 67 12 272 106 137 0 33 377 132 46
Binary 110111 1010 10111010 1000110 1011111 0 11011 11111111 1011010 100110

Color Harmonies of #370ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370ABA

Black with #370ABA

Text Example


Text Example

White with #370ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,186); }

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

background-color css

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

 a { background-color: rgb(55,10,186); }

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

border-color css

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

 span { border-color: rgb(55,10,186); }

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