#23456D

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

Shades of Catalina Blue #23456D

Tints of Catalina Blue #23456D

Color information

#23456D (or 0x23456D) is unknown color: approx Catalina Blue. HEX triplet: 23, 45 and 6D. RGB value is (35,69,109). Sum of RGB (Red+Green+Blue) = 35+69+109=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #23456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23456D is #DCBA92. Grayscale: #3F3F3F. Windows color (decimal): -14465683 or 7161123. OLE color: 7161123.

HSL color Cylindrical-coordinate representation of color #23456D: hue angle of 212.43º 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 #23456D is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3569109-
CMYK0.680.3700.57
HSL212.43º51.39%28.24%-
HSV(B)212.43º67.89%42.75%-
XYZ5.585.7215.28-
YUV63.39153.74107.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=16.43%
G=32.39%
B=51.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35691090.680.3700.57212.4351.3928.24
Hex23456D4425039d4331c
Octal43105155104450713246334
Binary10001110001011101101100010010010101110011101010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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