Html Css Color HEX #370AB9 Ultramarine

📋 copy color: '#370AB9'

red 55 ◦ green 10 ◦ blue 185

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

Shades of Ultramarine #370AB9

Tints of Ultramarine #370AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74%

R = 22%
G = 4%
B = 74%

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

#370AB9 (or 0x370AB9) is known color: Ultramarine. HEX triplet: 37, 0A and B9. RGB value is (55,10,185). Sum of RGB (Red+Green+Blue) = 55+10+185=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #370AB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370AB9 is #C8F546. Grayscale: #2A2A2A. Windows color (decimal): -13169991 or 12126775. OLE color: 12126775.

HSL color Cylindrical-coordinate representation of color #370AB9: hue angle of 255.43º 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 #370AB9 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 10 185 -
CMYK 0.70 0.95 0 0.27
HSL 255.43º 0.9% 0.38% -
HSV(B) 255.43º 0.95% 0.73% -
XYZ 10.44 4.53 46.22 -
YUV 43.41 207.91 136.27 -
System Red Green Blue C M Y K H S L
Decimal 55 10 185 0.70 0.95 0 0.27 255.43 0.9 0.38
Hex 37 A B9 46 5F 0 1B FF 5A 26
Octal 67 12 271 106 137 0 33 377 132 46
Binary 110111 1010 10111001 1000110 1011111 0 11011 11111111 1011010 100110

Color Harmonies of #370AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AB9

Black with #370AB9

Text Example


Text Example

White with #370AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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