#253A53

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

Shades of Catalina Blue #253A53

Tints of Catalina Blue #253A53

Color information

#253A53 (or 0x253A53) is unknown color: approx Catalina Blue. HEX triplet: 25, 3A and 53. RGB value is (37,58,83). Sum of RGB (Red+Green+Blue) = 37+58+83=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #253A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A53 is #DAC5AC. Grayscale: #363636. Windows color (decimal): -14337453 or 5454373. OLE color: 5454373.

HSL color Cylindrical-coordinate representation of color #253A53: hue angle of 212.61º 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 #253A53 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB375883-
CMYK0.550.3000.67
HSL212.61º38.33%23.53%-
HSV(B)212.61º55.42%32.55%-
XYZ3.844.048.76-
YUV54.57144.04115.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=20.79%
G=32.58%
B=46.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3758830.550.3000.67212.6138.3323.53
Hex253A53371E043d52618
Octal4572123673601033254630
Binary100101111010101001111011111110010000111101010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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