#23405F

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

Shades of Catalina Blue #23405F

Tints of Catalina Blue #23405F

Color information

#23405F (or 0x23405F) is unknown color: approx Catalina Blue. HEX triplet: 23, 40 and 5F. RGB value is (35,64,95). Sum of RGB (Red+Green+Blue) = 35+64+95=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #23405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23405F is #DCBFA0. Grayscale: #3A3A3A. Windows color (decimal): -14466977 or 6242339. OLE color: 6242339.

HSL color Cylindrical-coordinate representation of color #23405F: hue angle of 211º 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 #23405F is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB356495-
CMYK0.630.3300.63
HSL211º46.15%25.49%-
HSV(B)211º63.16%37.25%-
XYZ4.594.8511.52-
YUV58.86148.39110.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=18.04%
G=32.99%
B=48.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3564950.630.3300.6321146.1525.49
Hex23405F3F2103Fd32e19
Octal4310013777410773235631
Binary1000111000000101111111111110000101111111101001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23405F; }

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

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

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

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

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

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

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

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