#23406D

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

Shades of Catalina Blue #23406D

Tints of Catalina Blue #23406D

Color information

#23406D (or 0x23406D) is unknown color: approx Catalina Blue. HEX triplet: 23, 40 and 6D. RGB value is (35,64,109). Sum of RGB (Red+Green+Blue) = 35+64+109=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #23406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23406D is #DCBF92. Grayscale: #3C3C3C. Windows color (decimal): -14466963 or 7159843. OLE color: 7159843.

HSL color Cylindrical-coordinate representation of color #23406D: hue angle of 216.49º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23406D is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3564109-
CMYK0.680.4100.57
HSL216.49º51.39%28.24%-
HSV(B)216.49º67.89%42.75%-
XYZ5.295.1315.18-
YUV60.46155.39109.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=16.83%
G=30.77%
B=52.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35641090.680.4100.57216.4951.3928.24
Hex23406D4429039d8331c
Octal43100155104510713306334
Binary10001110000001101101100010010100101110011101100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23406D; }

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

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

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

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

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

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

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

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