#253950

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

Shades of Catalina Blue #253950

Tints of Catalina Blue #253950

Color information

#253950 (or 0x253950) is unknown color: approx Catalina Blue. HEX triplet: 25, 39 and 50. RGB value is (37,57,80). Sum of RGB (Red+Green+Blue) = 37+57+80=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #253950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253950 is #DAC6AF. Grayscale: #353535. Windows color (decimal): -14337712 or 5257509. OLE color: 5257509.

HSL color Cylindrical-coordinate representation of color #253950: hue angle of 212.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253950 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB375780-
CMYK0.540.2900.69
HSL212.09º36.75%22.94%-
HSV(B)212.09º53.75%31.37%-
XYZ3.673.98.15-
YUV53.64142.87116.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=21.26%
G=32.76%
B=45.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3757800.540.2900.69212.0936.7522.94
Hex253950361D045d42517
Octal4571120663501053244527
Binary100101111001101000011011011101010001011101010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253950; }

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

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

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

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

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

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

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

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