#253A61

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

Shades of Catalina Blue #253A61

Tints of Catalina Blue #253A61

Color information

#253A61 (or 0x253A61) is unknown color: approx Catalina Blue. HEX triplet: 25, 3A and 61. RGB value is (37,58,97). Sum of RGB (Red+Green+Blue) = 37+58+97=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #253A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A61 is #DAC59E. Grayscale: #373737. Windows color (decimal): -14337439 or 6371877. OLE color: 6371877.

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

Color convert

RGB375897-
CMYK0.620.4000.62
HSL219º44.78%26.27%-
HSV(B)219º61.86%38.04%-
XYZ4.434.2811.9-
YUV56.17151.04114.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=19.27%
G=30.21%
B=50.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3758970.620.4000.6221944.7826.27
Hex253A613E2803Edb2d1a
Octal457214176500763335532
Binary100101111010110000111111010100001111101101101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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