#233876

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

Shades of Resolution Blue #233876

Tints of Resolution Blue #233876

Color information

#233876 (or 0x233876) is unknown color: approx Resolution Blue. HEX triplet: 23, 38 and 76. RGB value is (35,56,118). Sum of RGB (Red+Green+Blue) = 35+56+118=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #233876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233876 is #DCC789. Grayscale: #383838. Windows color (decimal): -14469002 or 7747619. OLE color: 7747619.

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

Color convert

RGB3556118-
CMYK0.700.5300.54
HSL224.82º54.25%30%-
HSV(B)224.82º70.34%46.27%-
XYZ5.384.4917.72-
YUV56.79162.54112.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=16.75%
G=26.79%
B=56.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35561180.700.5300.54224.8254.2530
Hex2338764635036e1361e
Octal4370166106650663416636
Binary1000111110001110110100011011010101101101110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233876; }

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

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

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

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

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

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

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

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