#23416D

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

Shades of Catalina Blue #23416D

Tints of Catalina Blue #23416D

Color information

#23416D (or 0x23416D) is unknown color: approx Catalina Blue. HEX triplet: 23, 41 and 6D. RGB value is (35,65,109). Sum of RGB (Red+Green+Blue) = 35+65+109=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #23416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23416D is #DCBE92. Grayscale: #3C3C3C. Windows color (decimal): -14466707 or 7160099. OLE color: 7160099.

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

Color convert

RGB3565109-
CMYK0.680.4000.57
HSL215.68º51.39%28.24%-
HSV(B)215.68º67.89%42.75%-
XYZ5.345.2415.2-
YUV61.05155.06109.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=16.75%
G=31.10%
B=52.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35651090.680.4000.57215.6851.3928.24
Hex23416D4428039d8331c
Octal43101155104500713306334
Binary10001110000011101101100010010100001110011101100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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