#253B58

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

Shades of Catalina Blue #253B58

Tints of Catalina Blue #253B58

Color information

#253B58 (or 0x253B58) is unknown color: approx Catalina Blue. HEX triplet: 25, 3B and 58. RGB value is (37,59,88). Sum of RGB (Red+Green+Blue) = 37+59+88=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #253B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B58 is #DAC4A7. Grayscale: #373737. Windows color (decimal): -14337192 or 5782309. OLE color: 5782309.

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

Color convert

RGB375988-
CMYK0.580.3300.65
HSL214.12º40.8%24.51%-
HSV(B)214.12º57.95%34.51%-
XYZ4.094.239.83-
YUV55.73146.21114.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=20.11%
G=32.07%
B=47.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3759880.580.3300.65214.1240.824.51
Hex253B583A21041d62919
Octal4573130724101013265131
Binary1001011110111011000111010100001010000011101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,59,88); }

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

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

 a { background-color: rgb(37,59,88); }

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

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

 span { border-color: rgb(37,59,88); }

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