#253B55

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

Shades of Catalina Blue #253B55

Tints of Catalina Blue #253B55

Color information

#253B55 (or 0x253B55) is unknown color: approx Catalina Blue. HEX triplet: 25, 3B and 55. RGB value is (37,59,85). Sum of RGB (Red+Green+Blue) = 37+59+85=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #253B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B55 is #DAC4AA. Grayscale: #373737. Windows color (decimal): -14337195 or 5585701. OLE color: 5585701.

HSL color Cylindrical-coordinate representation of color #253B55: hue angle of 212.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 #253B55 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB375985-
CMYK0.560.3100.67
HSL212.5º39.34%23.92%-
HSV(B)212.5º56.47%33.33%-
XYZ3.974.189.19-
YUV55.39144.71114.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=20.44%
G=32.60%
B=46.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3759850.560.3100.67212.539.3423.92
Hex253B55381F043d42718
Octal4573125703701033244730
Binary100101111011101010111100011111010000111101010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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