#253A63

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

Shades of Catalina Blue #253A63

Tints of Catalina Blue #253A63

Color information

#253A63 (or 0x253A63) is unknown color: approx Catalina Blue. HEX triplet: 25, 3A and 63. RGB value is (37,58,99). Sum of RGB (Red+Green+Blue) = 37+58+99=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #253A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A63 is #DAC59C. Grayscale: #383838. Windows color (decimal): -14337437 or 6502949. OLE color: 6502949.

HSL color Cylindrical-coordinate representation of color #253A63: hue angle of 219.68º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253A63 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB375899-
CMYK0.630.4100.61
HSL219.68º45.59%26.67%-
HSV(B)219.68º62.63%38.82%-
XYZ4.534.3212.4-
YUV56.4152.04114.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=19.07%
G=29.90%
B=51.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3758990.630.4100.61219.6845.5926.67
Hex253A633F2903Ddc2e1b
Octal457214377510753345633
Binary100101111010110001111111110100101111011101110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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