#253D5A

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

Shades of Catalina Blue #253D5A

Tints of Catalina Blue #253D5A

Color information

#253D5A (or 0x253D5A) is unknown color: approx Catalina Blue. HEX triplet: 25, 3D and 5A. RGB value is (37,61,90). Sum of RGB (Red+Green+Blue) = 37+61+90=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #253D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D5A is #DAC2A5. Grayscale: #383838. Windows color (decimal): -14336678 or 5913893. OLE color: 5913893.

HSL color Cylindrical-coordinate representation of color #253D5A: hue angle of 212.83º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #253D5A is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376190-
CMYK0.590.3200.65
HSL212.83º41.73%24.9%-
HSV(B)212.83º58.89%35.29%-
XYZ4.284.4710.31-
YUV57.13146.55113.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=19.68%
G=32.45%
B=47.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3761900.590.3200.65212.8341.7324.9
Hex253D5A3B20041d52a19
Octal4575132734001013255231
Binary1001011111011011010111011100000010000011101010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,90); }

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

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

 a { background-color: rgb(37,61,90); }

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

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

 span { border-color: rgb(37,61,90); }

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