Html Css Color HEX #445CAF Mariner

📋 copy color: '#445CAF'

red 68 ◦ green 92 ◦ blue 175

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

Shades of Mariner #445CAF

Tints of Mariner #445CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 20.3%
G = 27.46%
B = 52.24%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#445CAF (or 0x445CAF) is known color: Mariner. HEX triplet: 44, 5C and AF. RGB value is (68,92,175). Sum of RGB (Red+Green+Blue) = 68+92+175=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #445CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445CAF is #BBA350. Grayscale: #5D5D5D. Windows color (decimal): -12297041 or 11492420. OLE color: 11492420.

HSL color Cylindrical-coordinate representation of color #445CAF: hue angle of 226.54º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445CAF is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 92 175 -
CMYK 0.61 0.47 0 0.31
HSL 226.54º 0.44% 0.48% -
HSV(B) 226.54º 0.61% 0.69% -
XYZ 13.95 11.98 42.13 -
YUV 94.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 68 92 175 0.61 0.47 0 0.31 226.54 0.44 0.48
Hex 44 5C AF 3D 2F 0 1F E3 2C 30
Octal 104 134 257 75 57 0 37 343 54 60
Binary 1000100 1011100 10101111 111101 101111 0 11111 11100011 101100 110000

Color Harmonies of #445CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445CAF

Black with #445CAF

Text Example


Text Example

White with #445CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,92,175); }

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

background-color css

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

 a { background-color: rgb(68,92,175); }

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

border-color css

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

 span { border-color: rgb(68,92,175); }

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