#23355A

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

Shades of Catalina Blue #23355A

Tints of Catalina Blue #23355A

Color information

#23355A (or 0x23355A) is unknown color: approx Catalina Blue. HEX triplet: 23, 35 and 5A. RGB value is (35,53,90). Sum of RGB (Red+Green+Blue) = 35+53+90=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #23355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23355A is #DCCAA5. Grayscale: #333333. Windows color (decimal): -14469798 or 5911843. OLE color: 5911843.

HSL color Cylindrical-coordinate representation of color #23355A: hue angle of 220.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23355A is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB355390-
CMYK0.610.4100.65
HSL220.36º44%24.51%-
HSV(B)220.36º61.11%35.29%-
XYZ3.813.6410.17-
YUV51.84149.54115.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=19.66%
G=29.78%
B=50.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3553900.610.4100.65220.364424.51
Hex23355A3D29041dc2c19
Octal4365132755101013345431
Binary1000111101011011010111101101001010000011101110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,53,90); }

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

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

 a { background-color: rgb(35,53,90); }

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

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

 span { border-color: rgb(35,53,90); }

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