#233B76

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

Shades of Resolution Blue #233B76

Tints of Resolution Blue #233B76

Color information

#233B76 (or 0x233B76) is unknown color: approx Resolution Blue. HEX triplet: 23, 3B and 76. RGB value is (35,59,118). Sum of RGB (Red+Green+Blue) = 35+59+118=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #233B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B76 is #DCC489. Grayscale: #3A3A3A. Windows color (decimal): -14468234 or 7748387. OLE color: 7748387.

HSL color Cylindrical-coordinate representation of color #233B76: hue angle of 222.65º 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 #233B76 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3559118-
CMYK0.700.5000.54
HSL222.65º54.25%30%-
HSV(B)222.65º70.34%46.27%-
XYZ5.534.7917.77-
YUV58.55161.55111.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=16.51%
G=27.83%
B=55.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35591180.700.5000.54222.6554.2530
Hex233B764632036df361e
Octal4373166106620663376636
Binary1000111110111110110100011011001001101101101111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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