#253965

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

Shades of Catalina Blue #253965

Tints of Catalina Blue #253965

Color information

#253965 (or 0x253965) is unknown color: approx Catalina Blue. HEX triplet: 25, 39 and 65. RGB value is (37,57,101). Sum of RGB (Red+Green+Blue) = 37+57+101=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #253965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253965 is #DAC69A. Grayscale: #373737. Windows color (decimal): -14337691 or 6633765. OLE color: 6633765.

HSL color Cylindrical-coordinate representation of color #253965: hue angle of 221.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253965 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3757101-
CMYK0.630.4400.60
HSL221.25º46.38%27.06%-
HSV(B)221.25º63.37%39.61%-
XYZ4.584.2612.89-
YUV56.04153.37114.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=18.97%
G=29.23%
B=51.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37571010.630.4400.60221.2546.3827.06
Hex2539653F2C03Cdd2e1b
Octal457114577540743355633
Binary100101111001110010111111110110001111001101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253965; }

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

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

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

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

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

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

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

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