#253960

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

Shades of Catalina Blue #253960

Tints of Catalina Blue #253960

Color information

#253960 (or 0x253960) is unknown color: approx Catalina Blue. HEX triplet: 25, 39 and 60. RGB value is (37,57,96). Sum of RGB (Red+Green+Blue) = 37+57+96=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #253960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253960 is #DAC69F. Grayscale: #373737. Windows color (decimal): -14337696 or 6306085. OLE color: 6306085.

HSL color Cylindrical-coordinate representation of color #253960: hue angle of 219.66º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #253960 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB375796-
CMYK0.610.4100.62
HSL219.66º44.36%26.08%-
HSV(B)219.66º61.46%37.65%-
XYZ4.344.1611.64-
YUV55.47150.87114.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 96 (37.89% from 255) = 50.53%
R=19.47%
G=30%
B=50.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3757960.610.4100.62219.6644.3626.08
Hex2539603D2903Edc2c1a
Octal457114075510763345432
Binary100101111001110000011110110100101111101101110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253960; }

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

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

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

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

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

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

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

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