#25365B

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

Shades of Catalina Blue #25365B

Tints of Catalina Blue #25365B

Color information

#25365B (or 0x25365B) is unknown color: approx Catalina Blue. HEX triplet: 25, 36 and 5B. RGB value is (37,54,91). Sum of RGB (Red+Green+Blue) = 37+54+91=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #25365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25365B is #DAC9A4. Grayscale: #343434. Windows color (decimal): -14338469 or 5977637. OLE color: 5977637.

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

Color convert

RGB375491-
CMYK0.590.4100.64
HSL221.11º42.19%25.1%-
HSV(B)221.11º59.34%35.69%-
XYZ3.973.7910.42-
YUV53.14149.37116.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 91 (35.94% from 255) = 50%
R=20.33%
G=29.67%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3754910.590.4100.64221.1142.1925.1
Hex25365B3B29040dd2a19
Octal4566133735101003355231
Binary1001011101101011011111011101001010000001101110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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