#25355E

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

Shades of Catalina Blue #25355E

Tints of Catalina Blue #25355E

Color information

#25355E (or 0x25355E) is unknown color: approx Catalina Blue. HEX triplet: 25, 35 and 5E. RGB value is (37,53,94). Sum of RGB (Red+Green+Blue) = 37+53+94=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #25355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25355E is #DACAA1. Grayscale: #343434. Windows color (decimal): -14338722 or 6173989. OLE color: 6173989.

HSL color Cylindrical-coordinate representation of color #25355E: hue angle of 223.16º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25355E is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB375394-
CMYK0.610.4400.63
HSL223.16º43.51%25.69%-
HSV(B)223.16º60.64%36.86%-
XYZ4.063.7511.1-
YUV52.89151.2116.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=20.11%
G=28.80%
B=51.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3753940.610.4400.63223.1643.5125.69
Hex25355E3D2C03Fdf2c1a
Octal456513675540773375432
Binary100101110101101111011110110110001111111101111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,53,94); }

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

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

 a { background-color: rgb(37,53,94); }

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

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

 span { border-color: rgb(37,53,94); }

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