#253758

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

Shades of Catalina Blue #253758

Tints of Catalina Blue #253758

Color information

#253758 (or 0x253758) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 58. RGB value is (37,55,88). Sum of RGB (Red+Green+Blue) = 37+55+88=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #253758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253758 is #DAC8A7. Grayscale: #353535. Windows color (decimal): -14338216 or 5781285. OLE color: 5781285.

HSL color Cylindrical-coordinate representation of color #253758: hue angle of 218.82º 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 #253758 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB375588-
CMYK0.580.3800.65
HSL218.82º40.8%24.51%-
HSV(B)218.82º57.95%34.51%-
XYZ3.893.839.77-
YUV53.38147.54116.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=20.56%
G=30.56%
B=48.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3755880.580.3800.65218.8240.824.51
Hex2537583A26041db2919
Octal4567130724601013335131
Binary1001011101111011000111010100110010000011101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253758; }

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

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

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

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

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

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

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

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