Html Css Color HEX #44589B Mariner

📋 copy color: '#44589B'

red 68 ◦ green 88 ◦ blue 155

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

Shades of Mariner #44589B

Tints of Mariner #44589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 21.86%
G = 28.3%
B = 49.84%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44589B (or 0x44589B) is known color: Mariner. HEX triplet: 44, 58 and 9B. RGB value is (68,88,155). Sum of RGB (Red+Green+Blue) = 68+88+155=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #44589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44589B is #BBA764. Grayscale: #595959. Windows color (decimal): -12298085 or 10180676. OLE color: 10180676.

HSL color Cylindrical-coordinate representation of color #44589B: hue angle of 226.21º 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 #44589B is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 88 155 -
CMYK 0.56 0.43 0 0.39
HSL 226.21º 0.39% 0.44% -
HSV(B) 226.21º 0.56% 0.61% -
XYZ 11.79 10.57 32.43 -
YUV 89.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 68 88 155 0.56 0.43 0 0.39 226.21 0.39 0.44
Hex 44 58 9B 38 2B 0 27 E2 27 2C
Octal 104 130 233 70 53 0 47 342 47 54
Binary 1000100 1011000 10011011 111000 101011 0 100111 11100010 100111 101100

Color Harmonies of #44589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44589B

Black with #44589B

Text Example


Text Example

White with #44589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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