#25325B

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

Shades of Catalina Blue #25325B

Tints of Catalina Blue #25325B

Color information

#25325B (or 0x25325B) is unknown color: approx Catalina Blue. HEX triplet: 25, 32 and 5B. RGB value is (37,50,91). Sum of RGB (Red+Green+Blue) = 37+50+91=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #25325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25325B is #DACDA4. Grayscale: #323232. Windows color (decimal): -14339493 or 5976613. OLE color: 5976613.

HSL color Cylindrical-coordinate representation of color #25325B: hue angle of 225.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25325B is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB375091-
CMYK0.590.4500.64
HSL225.56º42.19%25.1%-
HSV(B)225.56º59.34%35.69%-
XYZ3.793.4310.36-
YUV50.79150.69118.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=20.79%
G=28.09%
B=51.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3750910.590.4500.64225.5642.1925.1
Hex25325B3B2D040e22a19
Octal4562133735501003425231
Binary1001011100101011011111011101101010000001110001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25325B; }

 p { color: rgb(37,50,91); }

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

<style>
 a { background-color: #25325B; }

 a { background-color: rgb(37,50,91); }

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

<style>
 span { border-color: #25325B; }

 span { border-color: rgb(37,50,91); }

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