#233F5F

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

Shades of Catalina Blue #233F5F

Tints of Catalina Blue #233F5F

Color information

#233F5F (or 0x233F5F) is unknown color: approx Catalina Blue. HEX triplet: 23, 3F and 5F. RGB value is (35,63,95). Sum of RGB (Red+Green+Blue) = 35+63+95=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #233F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F5F is #DCC0A0. Grayscale: #3A3A3A. Windows color (decimal): -14467233 or 6242083. OLE color: 6242083.

HSL color Cylindrical-coordinate representation of color #233F5F: hue angle of 212º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #233F5F is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB356395-
CMYK0.630.3400.63
HSL212º46.15%25.49%-
HSV(B)212º63.16%37.25%-
XYZ4.544.7411.5-
YUV58.28148.72111.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=18.13%
G=32.64%
B=49.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3563950.630.3400.6321246.1525.49
Hex233F5F3F2203Fd42e19
Octal437713777420773245631
Binary100011111111101111111111110001001111111101010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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