#233256

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

Shades of Catalina Blue #233256

Tints of Catalina Blue #233256

Color information

#233256 (or 0x233256) is unknown color: approx Catalina Blue. HEX triplet: 23, 32 and 56. RGB value is (35,50,86). Sum of RGB (Red+Green+Blue) = 35+50+86=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #233256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233256 is #DCCDA9. Grayscale: #313131. Windows color (decimal): -14470570 or 5648931. OLE color: 5648931.

HSL color Cylindrical-coordinate representation of color #233256: hue angle of 222.35º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #233256 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB355086-
CMYK0.590.4200.66
HSL222.35º42.15%23.73%-
HSV(B)222.35º59.3%33.73%-
XYZ3.513.319.26-
YUV49.62148.53117.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=20.47%
G=29.24%
B=50.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3550860.590.4200.66222.3542.1523.73
Hex2332563B2A042de2a18
Octal4362126735201023365230
Binary1000111100101010110111011101010010000101101111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233256; }

 p { color: rgb(35,50,86); }

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

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

 a { background-color: rgb(35,50,86); }

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

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

 span { border-color: rgb(35,50,86); }

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