#23436A

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

Shades of Catalina Blue #23436A

Tints of Catalina Blue #23436A

Color information

#23436A (or 0x23436A) is unknown color: approx Catalina Blue. HEX triplet: 23, 43 and 6A. RGB value is (35,67,106). Sum of RGB (Red+Green+Blue) = 35+67+106=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #23436A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23436A is #DCBC95. Grayscale: #3D3D3D. Windows color (decimal): -14466198 or 6964003. OLE color: 6964003.

HSL color Cylindrical-coordinate representation of color #23436A: hue angle of 212.96º 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 #23436A is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3567106-
CMYK0.670.3700.58
HSL212.96º50.35%27.65%-
HSV(B)212.96º66.98%41.57%-
XYZ5.35.4114.4-
YUV61.88152.9108.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=16.83%
G=32.21%
B=50.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35671060.670.3700.58212.9650.3527.65
Hex23436A432503Ad5321c
Octal43103152103450723256234
Binary10001110000111101010100001110010101110101101010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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