#253959

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

Shades of Catalina Blue #253959

Tints of Catalina Blue #253959

Color information

#253959 (or 0x253959) is unknown color: approx Catalina Blue. HEX triplet: 25, 39 and 59. RGB value is (37,57,89). Sum of RGB (Red+Green+Blue) = 37+57+89=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #253959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253959 is #DAC6A6. Grayscale: #363636. Windows color (decimal): -14337703 or 5847333. OLE color: 5847333.

HSL color Cylindrical-coordinate representation of color #253959: hue angle of 216.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253959 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB375789-
CMYK0.580.3600.65
HSL216.92º41.27%24.71%-
HSV(B)216.92º58.43%34.9%-
XYZ4.034.0410.02-
YUV54.67147.37115.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=20.22%
G=31.15%
B=48.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3757890.580.3600.65216.9241.2724.71
Hex2539593A24041d92919
Octal4571131724401013315131
Binary1001011110011011001111010100100010000011101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253959; }

 p { color: rgb(37,57,89); }

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

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

 a { background-color: rgb(37,57,89); }

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

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

 span { border-color: rgb(37,57,89); }

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