#25335E

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

Shades of Catalina Blue #25335E

Tints of Catalina Blue #25335E

Color information

#25335E (or 0x25335E) is unknown color: approx Catalina Blue. HEX triplet: 25, 33 and 5E. RGB value is (37,51,94). Sum of RGB (Red+Green+Blue) = 37+51+94=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #25335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25335E is #DACCA1. Grayscale: #333333. Windows color (decimal): -14339234 or 6173477. OLE color: 6173477.

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

Color convert

RGB375194-
CMYK0.610.4600.63
HSL225.26º43.51%25.69%-
HSV(B)225.26º60.64%36.86%-
XYZ3.973.5711.07-
YUV51.72151.86117.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=20.33%
G=28.02%
B=51.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3751940.610.4600.63225.2643.5125.69
Hex25335E3D2E03Fe12c1a
Octal456313675560773415432
Binary100101110011101111011110110111001111111110000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25335E; }

 p { color: rgb(37,51,94); }

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

<style>
 a { background-color: #25335E; }

 a { background-color: rgb(37,51,94); }

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

<style>
 span { border-color: #25335E; }

 span { border-color: rgb(37,51,94); }

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