#25395A

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

Shades of Catalina Blue #25395A

Tints of Catalina Blue #25395A

Color information

#25395A (or 0x25395A) is unknown color: approx Catalina Blue. HEX triplet: 25, 39 and 5A. RGB value is (37,57,90). Sum of RGB (Red+Green+Blue) = 37+57+90=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #25395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25395A is #DAC6A5. Grayscale: #363636. Windows color (decimal): -14337702 or 5912869. OLE color: 5912869.

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

Color convert

RGB375790-
CMYK0.590.3700.65
HSL217.36º41.73%24.9%-
HSV(B)217.36º58.89%35.29%-
XYZ4.074.0610.24-
YUV54.78147.87115.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=20.11%
G=30.98%
B=48.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3757900.590.3700.65217.3641.7324.9
Hex25395A3B25041d92a19
Octal4571132734501013315231
Binary1001011110011011010111011100101010000011101100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,57,90); }

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

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

 a { background-color: rgb(37,57,90); }

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

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

 span { border-color: rgb(37,57,90); }

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