#233F71

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

Shades of Resolution Blue #233F71

Tints of Resolution Blue #233F71

Color information

#233F71 (or 0x233F71) is unknown color: approx Resolution Blue. HEX triplet: 23, 3F and 71. RGB value is (35,63,113). Sum of RGB (Red+Green+Blue) = 35+63+113=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #233F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F71 is #DCC08E. Grayscale: #3C3C3C. Windows color (decimal): -14467215 or 7421731. OLE color: 7421731.

HSL color Cylindrical-coordinate representation of color #233F71: hue angle of 218.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233F71 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3563113-
CMYK0.690.4400.56
HSL218.46º52.7%29.02%-
HSV(B)218.46º69.03%44.31%-
XYZ5.455.116.32-
YUV60.33157.72109.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=16.59%
G=29.86%
B=53.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35631130.690.4400.56218.4652.729.02
Hex233F71452C038da351d
Octal4377161105540703326535
Binary1000111111111110001100010110110001110001101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233F71; }

 p { color: rgb(35,63,113); }

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

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

 a { background-color: rgb(35,63,113); }

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

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

 span { border-color: rgb(35,63,113); }

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