#233967

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

Shades of Catalina Blue #233967

Tints of Catalina Blue #233967

Color information

#233967 (or 0x233967) is unknown color: approx Catalina Blue. HEX triplet: 23, 39 and 67. RGB value is (35,57,103). Sum of RGB (Red+Green+Blue) = 35+57+103=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #233967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233967 is #DCC698. Grayscale: #373737. Windows color (decimal): -14468761 or 6764835. OLE color: 6764835.

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

Color convert

RGB3557103-
CMYK0.660.4500.60
HSL220.59º49.28%27.06%-
HSV(B)220.59º66.02%40.39%-
XYZ4.64.2613.41-
YUV55.67154.71113.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=17.95%
G=29.23%
B=52.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35571030.660.4500.60220.5949.2827.06
Hex233967422D03Cdd311b
Octal4371147102550743356133
Binary1000111110011100111100001010110101111001101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233967; }

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

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

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

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

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

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

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

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