#233650

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

Shades of Catalina Blue #233650

Tints of Catalina Blue #233650

Color information

#233650 (or 0x233650) is unknown color: approx Catalina Blue. HEX triplet: 23, 36 and 50. RGB value is (35,54,80). Sum of RGB (Red+Green+Blue) = 35+54+80=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #233650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233650 is #DCC9AF. Grayscale: #333333. Windows color (decimal): -14469552 or 5256739. OLE color: 5256739.

HSL color Cylindrical-coordinate representation of color #233650: hue angle of 214.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #233650 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB355480-
CMYK0.560.3300.69
HSL214.67º39.13%22.55%-
HSV(B)214.67º56.25%31.37%-
XYZ3.463.578.1-
YUV51.28144.21116.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=20.71%
G=31.95%
B=47.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3554800.560.3300.69214.6739.1322.55
Hex2336503821045d72717
Octal4366120704101053274727
Binary1000111101101010000111000100001010001011101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233650; }

 p { color: rgb(35,54,80); }

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

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

 a { background-color: rgb(35,54,80); }

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

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

 span { border-color: rgb(35,54,80); }

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