#23466E

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

Shades of Catalina Blue #23466E

Tints of Catalina Blue #23466E

Color information

#23466E (or 0x23466E) is unknown color: approx Catalina Blue. HEX triplet: 23, 46 and 6E. RGB value is (35,70,110). Sum of RGB (Red+Green+Blue) = 35+70+110=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #23466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23466E is #DCB991. Grayscale: #3F3F3F. Windows color (decimal): -14465426 or 7226915. OLE color: 7226915.

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

Color convert

RGB3570110-
CMYK0.680.3600.57
HSL212º51.72%28.43%-
HSV(B)212º68.18%43.14%-
XYZ5.75.8615.58-
YUV64.1153.9107.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=16.28%
G=32.56%
B=51.16%

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
Decimal35701100.680.3600.5721251.7228.43
Hex23466E4424039d4341c
Octal43106156104440713246434
Binary10001110001101101110100010010010001110011101010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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