#233466

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

Shades of Catalina Blue #233466

Tints of Catalina Blue #233466

Color information

#233466 (or 0x233466) is unknown color: approx Catalina Blue. HEX triplet: 23, 34 and 66. RGB value is (35,52,102). Sum of RGB (Red+Green+Blue) = 35+52+102=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #233466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233466 is #DCCB99. Grayscale: #343434. Windows color (decimal): -14470042 or 6698019. OLE color: 6698019.

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

Color convert

RGB3552102-
CMYK0.660.4900.6
HSL224.78º48.91%26.86%-
HSV(B)224.78º65.69%40%-
XYZ4.323.7713.07-
YUV52.62155.87115.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=18.52%
G=27.51%
B=53.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35521020.660.4900.6224.7848.9126.86
Hex233466423103Ce1311b
Octal4364146102610743416133
Binary1000111101001100110100001011000101111001110000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233466; }

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

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

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

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

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

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

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

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