#233768

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

Shades of Catalina Blue #233768

Tints of Catalina Blue #233768

Color information

#233768 (or 0x233768) is unknown color: approx Catalina Blue. HEX triplet: 23, 37 and 68. RGB value is (35,55,104). Sum of RGB (Red+Green+Blue) = 35+55+104=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #233768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233768 is #DCC897. Grayscale: #363636. Windows color (decimal): -14469272 or 6829859. OLE color: 6829859.

HSL color Cylindrical-coordinate representation of color #233768: hue angle of 222.61º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233768 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3555104-
CMYK0.660.4700.59
HSL222.61º49.64%27.25%-
HSV(B)222.61º66.35%40.78%-
XYZ4.564.0913.65-
YUV54.61155.87114.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 104 (41.02% from 255) = 53.61%
R=18.04%
G=28.35%
B=53.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35551040.660.4700.59222.6149.6427.25
Hex233768422F03Bdf321b
Octal4367150102570733376233
Binary1000111101111101000100001010111101110111101111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233768; }

 p { color: rgb(35,55,104); }

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

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

 a { background-color: rgb(35,55,104); }

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

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

 span { border-color: rgb(35,55,104); }

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