#233979

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

Shades of Resolution Blue #233979

Tints of Resolution Blue #233979

Color information

#233979 (or 0x233979) is unknown color: approx Resolution Blue. HEX triplet: 23, 39 and 79. RGB value is (35,57,121). Sum of RGB (Red+Green+Blue) = 35+57+121=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #233979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233979 is #DCC686. Grayscale: #393939. Windows color (decimal): -14468743 or 7944483. OLE color: 7944483.

HSL color Cylindrical-coordinate representation of color #233979: hue angle of 224.65º 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 #233979 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3557121-
CMYK0.710.5300.53
HSL224.65º55.13%30.59%-
HSV(B)224.65º71.07%47.45%-
XYZ5.614.6618.69-
YUV57.72163.71111.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=16.43%
G=26.76%
B=56.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35571210.710.5300.53224.6555.1330.59
Hex2339794735035e1371f
Octal4371171107650653416737
Binary1000111110011111001100011111010101101011110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233979; }

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

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

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

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

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

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

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

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