#23456A

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

Shades of Catalina Blue #23456A

Tints of Catalina Blue #23456A

Color information

#23456A (or 0x23456A) is unknown color: approx Catalina Blue. HEX triplet: 23, 45 and 6A. RGB value is (35,69,106). Sum of RGB (Red+Green+Blue) = 35+69+106=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #23456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23456A is #DCBA95. Grayscale: #3E3E3E. Windows color (decimal): -14465686 or 6964515. OLE color: 6964515.

HSL color Cylindrical-coordinate representation of color #23456A: hue angle of 211.27º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23456A is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3569106-
CMYK0.670.3500.58
HSL211.27º50.35%27.65%-
HSV(B)211.27º66.98%41.57%-
XYZ5.425.6514.44-
YUV63.05152.24107.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=16.67%
G=32.86%
B=50.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35691060.670.3500.58211.2750.3527.65
Hex23456A432303Ad3321c
Octal43105152103430723236234
Binary10001110001011101010100001110001101110101101001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23456A; }

 p { color: rgb(35,69,106); }

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

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

 a { background-color: rgb(35,69,106); }

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

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

 span { border-color: rgb(35,69,106); }

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