#25355B

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

Shades of Catalina Blue #25355B

Tints of Catalina Blue #25355B

Color information

#25355B (or 0x25355B) is unknown color: approx Catalina Blue. HEX triplet: 25, 35 and 5B. RGB value is (37,53,91). Sum of RGB (Red+Green+Blue) = 37+53+91=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #25355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25355B is #DACAA4. Grayscale: #343434. Windows color (decimal): -14338725 or 5977381. OLE color: 5977381.

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

Color convert

RGB375391-
CMYK0.590.4200.64
HSL222.22º42.19%25.1%-
HSV(B)222.22º59.34%35.69%-
XYZ3.923.6910.4-
YUV52.55149.7116.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=20.44%
G=29.28%
B=50.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3753910.590.4200.64222.2242.1925.1
Hex25355B3B2A040de2a19
Octal4565133735201003365231
Binary1001011101011011011111011101010010000001101111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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