#233579

Color #233579 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #233579

Tints of Resolution Blue #233579

Color information

#233579 (or 0x233579) is unknown color: approx Resolution Blue. HEX triplet: 23, 35 and 79. RGB value is (35,53,121). Sum of RGB (Red+Green+Blue) = 35+53+121=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #233579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233579 is #DCCA86. Grayscale: #373737. Windows color (decimal): -14469767 or 7943459. OLE color: 7943459.

HSL color Cylindrical-coordinate representation of color #233579: hue angle of 227.44º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #233579 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3553121-
CMYK0.710.5600.53
HSL227.44º55.13%30.59%-
HSV(B)227.44º71.07%47.45%-
XYZ5.424.2818.63-
YUV55.37165.04113.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=16.75%
G=25.36%
B=57.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35531210.710.5600.53227.4455.1330.59
Hex2335794738035e3371f
Octal4365171107700653436737
Binary1000111101011111001100011111100001101011110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233579; }

 p { color: rgb(35,53,121); }

 H1.HeaderClassName
 {
   color: #233579;
 }
 .AnyTagClassName
 {
   color: #233579;
 }
</style>
background-color css

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

 a { background-color: rgb(35,53,121); }

 div.DivClassName
 {
   background-color: #233579;
 }
 .BgClassName
 {
   background-color: #233579;
 }
</style>
border-color css

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

 span { border-color: rgb(35,53,121); }

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