#25325D

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

Shades of Catalina Blue #25325D

Tints of Catalina Blue #25325D

Color information

#25325D (or 0x25325D) is unknown color: approx Catalina Blue. HEX triplet: 25, 32 and 5D. RGB value is (37,50,93). Sum of RGB (Red+Green+Blue) = 37+50+93=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #25325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25325D is #DACDA2. Grayscale: #323232. Windows color (decimal): -14339491 or 6107685. OLE color: 6107685.

HSL color Cylindrical-coordinate representation of color #25325D: hue angle of 226.07º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25325D is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB375093-
CMYK0.600.4600.64
HSL226.07º43.08%25.49%-
HSV(B)226.07º60.22%36.47%-
XYZ3.883.4610.82-
YUV51.02151.69118-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=20.56%
G=27.78%
B=51.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3750930.600.4600.64226.0743.0825.49
Hex25325D3C2E040e22b19
Octal4562135745601003425331
Binary1001011100101011101111100101110010000001110001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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