#233A66

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

Shades of Catalina Blue #233A66

Tints of Catalina Blue #233A66

Color information

#233A66 (or 0x233A66) is unknown color: approx Catalina Blue. HEX triplet: 23, 3A and 66. RGB value is (35,58,102). Sum of RGB (Red+Green+Blue) = 35+58+102=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #233A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A66 is #DCC599. Grayscale: #373737. Windows color (decimal): -14468506 or 6699555. OLE color: 6699555.

HSL color Cylindrical-coordinate representation of color #233A66: hue angle of 219.4º 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 #233A66 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3558102-
CMYK0.660.4300.6
HSL219.4º48.91%26.86%-
HSV(B)219.4º65.69%40%-
XYZ4.64.3413.17-
YUV56.14153.88112.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=17.95%
G=29.74%
B=52.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35581020.660.4300.6219.448.9126.86
Hex233A66422B03Cdb311b
Octal4372146102530743336133
Binary1000111110101100110100001010101101111001101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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