#23345A

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

Shades of Catalina Blue #23345A

Tints of Catalina Blue #23345A

Color information

#23345A (or 0x23345A) is unknown color: approx Catalina Blue. HEX triplet: 23, 34 and 5A. RGB value is (35,52,90). Sum of RGB (Red+Green+Blue) = 35+52+90=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #23345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23345A is #DCCBA5. Grayscale: #333333. Windows color (decimal): -14470054 or 5911587. OLE color: 5911587.

HSL color Cylindrical-coordinate representation of color #23345A: hue angle of 221.45º 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 #23345A is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB355290-
CMYK0.610.4200.65
HSL221.45º44%24.51%-
HSV(B)221.45º61.11%35.29%-
XYZ3.773.5510.16-
YUV51.25149.87116.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=19.77%
G=29.38%
B=50.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3552900.610.4200.65221.454424.51
Hex23345A3D2A041dd2c19
Octal4364132755201013355431
Binary1000111101001011010111101101010010000011101110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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