#23466D

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

Shades of Catalina Blue #23466D

Tints of Catalina Blue #23466D

Color information

#23466D (or 0x23466D) is unknown color: approx Catalina Blue. HEX triplet: 23, 46 and 6D. RGB value is (35,70,109). Sum of RGB (Red+Green+Blue) = 35+70+109=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #23466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23466D is #DCB992. Grayscale: #3F3F3F. Windows color (decimal): -14465427 or 7161379. OLE color: 7161379.

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

Color convert

RGB3570109-
CMYK0.680.3600.57
HSL211.62º51.39%28.24%-
HSV(B)211.62º67.89%42.75%-
XYZ5.645.8415.3-
YUV63.98153.4107.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=16.36%
G=32.71%
B=50.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35701090.680.3600.57211.6251.3928.24
Hex23466D4424039d4331c
Octal43106155104440713246334
Binary10001110001101101101100010010010001110011101010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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