#233688

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

Shades of Resolution Blue #233688

Tints of Resolution Blue #233688

Color information

#233688 (or 0x233688) is unknown color: approx Resolution Blue. HEX triplet: 23, 36 and 88. RGB value is (35,54,136). Sum of RGB (Red+Green+Blue) = 35+54+136=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #233688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233688 is #DCC977. Grayscale: #393939. Windows color (decimal): -14469496 or 8926755. OLE color: 8926755.

HSL color Cylindrical-coordinate representation of color #233688: hue angle of 228.71º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233688 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3554136-
CMYK0.740.6000.47
HSL228.71º59.06%33.53%-
HSV(B)228.71º74.26%53.33%-
XYZ6.464.7723.87-
YUV57.67172.21111.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=15.56%
G=24%
B=60.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35541360.740.6000.47228.7159.0633.53
Hex2336884A3C02Fe53b22
Octal4366210112740573457342
Binary100011110110100010001001010111100010111111100101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233688; }

 p { color: rgb(35,54,136); }

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

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

 a { background-color: rgb(35,54,136); }

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

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

 span { border-color: rgb(35,54,136); }

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