#232F80

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

Shades of Resolution Blue #232F80

Tints of Resolution Blue #232F80

Color information

#232F80 (or 0x232F80) is unknown color: approx Resolution Blue. HEX triplet: 23, 2F and 80. RGB value is (35,47,128). Sum of RGB (Red+Green+Blue) = 35+47+128=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #232F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F80 is #DCD07F. Grayscale: #343434. Windows color (decimal): -14471296 or 8400675. OLE color: 8400675.

HSL color Cylindrical-coordinate representation of color #232F80: hue angle of 232.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232F80 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3547128-
CMYK0.730.6300.50
HSL232.26º57.06%31.96%-
HSV(B)232.26º72.66%50.2%-
XYZ5.613.9520.89-
YUV52.65170.52115.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=16.67%
G=22.38%
B=60.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35471280.730.6300.50232.2657.0631.96
Hex232F80493F032e83920
Octal4357200111770623507140
Binary100011101111100000001001001111111011001011101000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232F80; }

 p { color: rgb(35,47,128); }

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

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

 a { background-color: rgb(35,47,128); }

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

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

 span { border-color: rgb(35,47,128); }

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