Html Css Color HEX #370FAC Ultramarine

📋 copy color: '#370FAC'

red 55 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #370FAC

Tints of Ultramarine #370FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

 BLUE value IS 172 (67.58% from 255) = 71.07%

R = 22.73%
G = 6.2%
B = 71.07%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370FAC (or 0x370FAC) is known color: Ultramarine. HEX triplet: 37, 0F and AC. RGB value is (55,15,172). Sum of RGB (Red+Green+Blue) = 55+15+172=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #370FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370FAC is #C8F053. Grayscale: #2C2C2C. Windows color (decimal): -13168724 or 11276087. OLE color: 11276087.

HSL color Cylindrical-coordinate representation of color #370FAC: hue angle of 255.29º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370FAC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 15 172 -
CMYK 0.68 0.91 0 0.33
HSL 255.29º 0.84% 0.37% -
HSV(B) 255.29º 0.91% 0.67% -
XYZ 9.19 4.13 39.34 -
YUV 44.86 199.75 135.23 -
System Red Green Blue C M Y K H S L
Decimal 55 15 172 0.68 0.91 0 0.33 255.29 0.84 0.37
Hex 37 F AC 44 5B 0 21 FF 54 25
Octal 67 17 254 104 133 0 41 377 124 45
Binary 110111 1111 10101100 1000100 1011011 0 100001 11111111 1010100 100101

Color Harmonies of #370FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FAC

Black with #370FAC

Text Example


Text Example

White with #370FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,15,172); }

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

background-color css

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

 a { background-color: rgb(55,15,172); }

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

border-color css

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

 span { border-color: rgb(55,15,172); }

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