Html Css Color HEX #445FAC Mariner

📋 copy color: '#445FAC'

red 68 ◦ green 95 ◦ blue 172

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

Shades of Mariner #445FAC

Tints of Mariner #445FAC

RGB

 RED value IS 68 (26.95% from 255) = 20.3%

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 20.3%
G = 28.36%
B = 51.34%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#445FAC (or 0x445FAC) is known color: Mariner. HEX triplet: 44, 5F and AC. RGB value is (68,95,172). Sum of RGB (Red+Green+Blue) = 68+95+172=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #445FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FAC is #BBA053. Grayscale: #5F5F5F. Windows color (decimal): -12296276 or 11296580. OLE color: 11296580.

HSL color Cylindrical-coordinate representation of color #445FAC: hue angle of 224.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445FAC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 95 172 -
CMYK 0.60 0.45 0 0.33
HSL 224.42º 0.43% 0.47% -
HSV(B) 224.42º 0.6% 0.67% -
XYZ 13.92 12.39 40.69 -
YUV 95.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 68 95 172 0.60 0.45 0 0.33 224.42 0.43 0.47
Hex 44 5F AC 3C 2D 0 21 E0 2B 2F
Octal 104 137 254 74 55 0 41 340 53 57
Binary 1000100 1011111 10101100 111100 101101 0 100001 11100000 101011 101111

Color Harmonies of #445FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FAC

Black with #445FAC

Text Example


Text Example

White with #445FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,95,172); }

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

background-color css

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

 a { background-color: rgb(68,95,172); }

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

border-color css

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

 span { border-color: rgb(68,95,172); }

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