#253755

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

Shades of Catalina Blue #253755

Tints of Catalina Blue #253755

Color information

#253755 (or 0x253755) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 55. RGB value is (37,55,85). Sum of RGB (Red+Green+Blue) = 37+55+85=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #253755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253755 is #DAC8AA. Grayscale: #343434. Windows color (decimal): -14338219 or 5584677. OLE color: 5584677.

HSL color Cylindrical-coordinate representation of color #253755: hue angle of 217.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253755 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB375585-
CMYK0.560.3500.67
HSL217.5º39.34%23.92%-
HSV(B)217.5º56.47%33.33%-
XYZ3.773.789.13-
YUV53.04146.04116.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=20.90%
G=31.07%
B=48.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3755850.560.3500.67217.539.3423.92
Hex2537553823043da2718
Octal4567125704301033324730
Binary1001011101111010101111000100011010000111101101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253755; }

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

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

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

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

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

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

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

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