#25365A

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

Shades of Catalina Blue #25365A

Tints of Catalina Blue #25365A

Color information

#25365A (or 0x25365A) is unknown color: approx Catalina Blue. HEX triplet: 25, 36 and 5A. RGB value is (37,54,90). Sum of RGB (Red+Green+Blue) = 37+54+90=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #25365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25365A is #DAC9A5. Grayscale: #343434. Windows color (decimal): -14338470 or 5912101. OLE color: 5912101.

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

Color convert

RGB375490-
CMYK0.590.4000.65
HSL220.75º41.73%24.9%-
HSV(B)220.75º58.89%35.29%-
XYZ3.933.7710.19-
YUV53.02148.87116.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=20.44%
G=29.83%
B=49.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3754900.590.4000.65220.7541.7324.9
Hex25365A3B28041dd2a19
Octal4566132735001013355231
Binary1001011101101011010111011101000010000011101110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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