#233B6D

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

Shades of Resolution Blue #233B6D

Tints of Resolution Blue #233B6D

Color information

#233B6D (or 0x233B6D) is unknown color: approx Resolution Blue. HEX triplet: 23, 3B and 6D. RGB value is (35,59,109). Sum of RGB (Red+Green+Blue) = 35+59+109=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #233B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B6D is #DCC492. Grayscale: #393939. Windows color (decimal): -14468243 or 7158563. OLE color: 7158563.

HSL color Cylindrical-coordinate representation of color #233B6D: hue angle of 220.54º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #233B6D is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3559109-
CMYK0.680.4600.57
HSL220.54º51.39%28.24%-
HSV(B)220.54º67.89%42.75%-
XYZ5.024.5915.09-
YUV57.52157.05111.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=17.24%
G=29.06%
B=53.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35591090.680.4600.57220.5451.3928.24
Hex233B6D442E039dd331c
Octal4373155104560713356334
Binary1000111110111101101100010010111001110011101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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