#25335B

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

Shades of Catalina Blue #25335B

Tints of Catalina Blue #25335B

Color information

#25335B (or 0x25335B) is unknown color: approx Catalina Blue. HEX triplet: 25, 33 and 5B. RGB value is (37,51,91). Sum of RGB (Red+Green+Blue) = 37+51+91=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #25335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25335B is #DACCA4. Grayscale: #333333. Windows color (decimal): -14339237 or 5976869. OLE color: 5976869.

HSL color Cylindrical-coordinate representation of color #25335B: hue angle of 224.44º 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 #25335B is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB375191-
CMYK0.590.4400.64
HSL224.44º42.19%25.1%-
HSV(B)224.44º59.34%35.69%-
XYZ3.843.5210.37-
YUV51.37150.36117.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=20.67%
G=28.49%
B=50.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3751910.590.4400.64224.4442.1925.1
Hex25335B3B2C040e02a19
Octal4563133735401003405231
Binary1001011100111011011111011101100010000001110000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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