#233D76

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

Shades of Resolution Blue #233D76

Tints of Resolution Blue #233D76

Color information

#233D76 (or 0x233D76) is unknown color: approx Resolution Blue. HEX triplet: 23, 3D and 76. RGB value is (35,61,118). Sum of RGB (Red+Green+Blue) = 35+61+118=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #233D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D76 is #DCC289. Grayscale: #3B3B3B. Windows color (decimal): -14467722 or 7748899. OLE color: 7748899.

HSL color Cylindrical-coordinate representation of color #233D76: hue angle of 221.2º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233D76 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3561118-
CMYK0.700.4800.54
HSL221.2º54.25%30%-
HSV(B)221.2º70.34%46.27%-
XYZ5.63517.81-
YUV59.72160.89110.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 61 (24.22% from 255) = 28.50%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=16.36%
G=28.50%
B=55.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35611180.700.4800.54221.254.2530
Hex233D764630036dd361e
Octal4375166106600663356636
Binary1000111111011110110100011011000001101101101110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,118); }

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

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

 a { background-color: rgb(35,61,118); }

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

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

 span { border-color: rgb(35,61,118); }

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