Html Css Color HEX #44589C Mariner

📋 copy color: '#44589C'

red 68 ◦ green 88 ◦ blue 156

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

Shades of Mariner #44589C

Tints of Mariner #44589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 21.79%
G = 28.21%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44589C (or 0x44589C) is known color: Mariner. HEX triplet: 44, 58 and 9C. RGB value is (68,88,156). Sum of RGB (Red+Green+Blue) = 68+88+156=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #44589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44589C is #BBA763. Grayscale: #595959. Windows color (decimal): -12298084 or 10246212. OLE color: 10246212.

HSL color Cylindrical-coordinate representation of color #44589C: hue angle of 226.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44589C is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 88 156 -
CMYK 0.56 0.44 0 0.39
HSL 226.36º 0.39% 0.44% -
HSV(B) 226.36º 0.56% 0.61% -
XYZ 11.87 10.61 32.87 -
YUV 89.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 68 88 156 0.56 0.44 0 0.39 226.36 0.39 0.44
Hex 44 58 9C 38 2C 0 27 E2 27 2C
Octal 104 130 234 70 54 0 47 342 47 54
Binary 1000100 1011000 10011100 111000 101100 0 100111 11100010 100111 101100

Color Harmonies of #44589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44589C

Black with #44589C

Text Example


Text Example

White with #44589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44589C; }

 p { color: rgb(68,88,156); }

 H1.HeaderClassName
 {
   color: #44589C;
 }
 .AnyTagClassName
 {
   color: #44589C;
 }
</style>

background-color css

<style>
 a { background-color: #44589C; }

 a { background-color: rgb(68,88,156); }

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

border-color css

<style>
 span { border-color: #44589C; }

 span { border-color: rgb(68,88,156); }

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