#233260

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

Shades of Catalina Blue #233260

Tints of Catalina Blue #233260

Color information

#233260 (or 0x233260) is unknown color: approx Catalina Blue. HEX triplet: 23, 32 and 60. RGB value is (35,50,96). Sum of RGB (Red+Green+Blue) = 35+50+96=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #233260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233260 is #DCCD9F. Grayscale: #323232. Windows color (decimal): -14470560 or 6304291. OLE color: 6304291.

HSL color Cylindrical-coordinate representation of color #233260: hue angle of 225.25º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233260 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB355096-
CMYK0.640.4800.62
HSL225.25º46.56%25.69%-
HSV(B)225.25º63.54%37.65%-
XYZ3.953.4811.53-
YUV50.76153.53116.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=19.34%
G=27.62%
B=53.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3550960.640.4800.62225.2546.5625.69
Hex233260403003Ee12f1a
Octal4362140100600763415732
Binary1000111100101100000100000011000001111101110000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233260; }

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

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

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

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

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

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

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

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