#253F61

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

Shades of Catalina Blue #253F61

Tints of Catalina Blue #253F61

Color information

#253F61 (or 0x253F61) is unknown color: approx Catalina Blue. HEX triplet: 25, 3F and 61. RGB value is (37,63,97). Sum of RGB (Red+Green+Blue) = 37+63+97=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #253F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F61 is #DAC09E. Grayscale: #3A3A3A. Windows color (decimal): -14336159 or 6373157. OLE color: 6373157.

HSL color Cylindrical-coordinate representation of color #253F61: hue angle of 214º 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 #253F61 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB376397-
CMYK0.620.3500.62
HSL214º44.78%26.27%-
HSV(B)214º61.86%38.04%-
XYZ4.74.8111.99-
YUV59.1149.39112.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=18.78%
G=31.98%
B=49.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3763970.620.3500.6221444.7826.27
Hex253F613E2303Ed62d1a
Octal457714176430763265532
Binary100101111111110000111111010001101111101101011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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