#25355F

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

Shades of Catalina Blue #25355F

Tints of Catalina Blue #25355F

Color information

#25355F (or 0x25355F) is unknown color: approx Catalina Blue. HEX triplet: 25, 35 and 5F. RGB value is (37,53,95). Sum of RGB (Red+Green+Blue) = 37+53+95=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #25355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25355F is #DACAA0. Grayscale: #343434. Windows color (decimal): -14338721 or 6239525. OLE color: 6239525.

HSL color Cylindrical-coordinate representation of color #25355F: hue angle of 223.45º 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 #25355F is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB375395-
CMYK0.610.4400.63
HSL223.45º43.94%25.88%-
HSV(B)223.45º61.05%37.25%-
XYZ4.13.7711.34-
YUV53151.7116.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=20%
G=28.65%
B=51.35%

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
Decimal3753950.610.4400.63223.4543.9425.88
Hex25355F3D2C03Fdf2c1a
Octal456513775540773375432
Binary100101110101101111111110110110001111111101111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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