#23345D

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

Shades of Catalina Blue #23345D

Tints of Catalina Blue #23345D

Color information

#23345D (or 0x23345D) is unknown color: approx Catalina Blue. HEX triplet: 23, 34 and 5D. RGB value is (35,52,93). Sum of RGB (Red+Green+Blue) = 35+52+93=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #23345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23345D is #DCCBA2. Grayscale: #333333. Windows color (decimal): -14470051 or 6108195. OLE color: 6108195.

HSL color Cylindrical-coordinate representation of color #23345D: hue angle of 222.41º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23345D is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB355293-
CMYK0.620.4400.64
HSL222.41º45.31%25.1%-
HSV(B)222.41º62.37%36.47%-
XYZ3.93.610.85-
YUV51.59151.37116.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=19.44%
G=28.89%
B=51.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3552930.620.4400.64222.4145.3125.1
Hex23345D3E2C040de2d19
Octal4364135765401003365531
Binary1000111101001011101111110101100010000001101111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,52,93); }

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

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

 a { background-color: rgb(35,52,93); }

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

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

 span { border-color: rgb(35,52,93); }

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