#253B53

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

Shades of Catalina Blue #253B53

Tints of Catalina Blue #253B53

Color information

#253B53 (or 0x253B53) is unknown color: approx Catalina Blue. HEX triplet: 25, 3B and 53. RGB value is (37,59,83). Sum of RGB (Red+Green+Blue) = 37+59+83=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #253B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B53 is #DAC4AC. Grayscale: #373737. Windows color (decimal): -14337197 or 5454629. OLE color: 5454629.

HSL color Cylindrical-coordinate representation of color #253B53: hue angle of 211.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253B53 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB375983-
CMYK0.550.2900.67
HSL211.3º38.33%23.53%-
HSV(B)211.3º55.42%32.55%-
XYZ3.894.158.78-
YUV55.16143.71115.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 83 (32.81% from 255) = 46.37%
R=20.67%
G=32.96%
B=46.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3759830.550.2900.67211.338.3323.53
Hex253B53371D043d32618
Octal4573123673501033234630
Binary100101111011101001111011111101010000111101001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253B53; }

 p { color: rgb(37,59,83); }

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

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

 a { background-color: rgb(37,59,83); }

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

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

 span { border-color: rgb(37,59,83); }

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