#233966

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

Shades of Catalina Blue #233966

Tints of Catalina Blue #233966

Color information

#233966 (or 0x233966) is unknown color: approx Catalina Blue. HEX triplet: 23, 39 and 66. RGB value is (35,57,102). Sum of RGB (Red+Green+Blue) = 35+57+102=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #233966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233966 is #DCC699. Grayscale: #373737. Windows color (decimal): -14468762 or 6699299. OLE color: 6699299.

HSL color Cylindrical-coordinate representation of color #233966: hue angle of 220.3º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233966 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3557102-
CMYK0.660.4400.6
HSL220.3º48.91%26.86%-
HSV(B)220.3º65.69%40%-
XYZ4.554.2413.15-
YUV55.55154.21113.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=18.04%
G=29.38%
B=52.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35571020.660.4400.6220.348.9126.86
Hex233966422C03Cdc311b
Octal4371146102540743346133
Binary1000111110011100110100001010110001111001101110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233966; }

 p { color: rgb(35,57,102); }

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

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

 a { background-color: rgb(35,57,102); }

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

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

 span { border-color: rgb(35,57,102); }

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