#233358

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

Shades of Catalina Blue #233358

Tints of Catalina Blue #233358

Color information

#233358 (or 0x233358) is unknown color: approx Catalina Blue. HEX triplet: 23, 33 and 58. RGB value is (35,51,88). Sum of RGB (Red+Green+Blue) = 35+51+88=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #233358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233358 is #DCCCA7. Grayscale: #323232. Windows color (decimal): -14470312 or 5780259. OLE color: 5780259.

HSL color Cylindrical-coordinate representation of color #233358: hue angle of 221.89º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233358 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB355188-
CMYK0.600.4200.65
HSL221.89º43.09%24.12%-
HSV(B)221.89º60.23%34.51%-
XYZ3.643.439.7-
YUV50.43149.2116.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=20.11%
G=29.31%
B=50.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3551880.600.4200.65221.8943.0924.12
Hex2333583C2A041de2b18
Octal4363130745201013365330
Binary1000111100111011000111100101010010000011101111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233358; }

 p { color: rgb(35,51,88); }

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

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

 a { background-color: rgb(35,51,88); }

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

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

 span { border-color: rgb(35,51,88); }

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