#233F63

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

Shades of Catalina Blue #233F63

Tints of Catalina Blue #233F63

Color information

#233F63 (or 0x233F63) is unknown color: approx Catalina Blue. HEX triplet: 23, 3F and 63. RGB value is (35,63,99). Sum of RGB (Red+Green+Blue) = 35+63+99=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #233F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F63 is #DCC09C. Grayscale: #3A3A3A. Windows color (decimal): -14467229 or 6504227. OLE color: 6504227.

HSL color Cylindrical-coordinate representation of color #233F63: hue angle of 213.75º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233F63 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB356399-
CMYK0.650.3600.61
HSL213.75º47.76%26.27%-
HSV(B)213.75º64.65%38.82%-
XYZ4.724.8112.48-
YUV58.73150.72111.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=17.77%
G=31.98%
B=50.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3563990.650.3600.61213.7547.7626.27
Hex233F63412403Dd6301a
Octal4377143101440753266032
Binary1000111111111100011100000110010001111011101011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,63,99); }

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

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

 a { background-color: rgb(35,63,99); }

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

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

 span { border-color: rgb(35,63,99); }

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