#253855

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

Shades of Catalina Blue #253855

Tints of Catalina Blue #253855

Color information

#253855 (or 0x253855) is unknown color: approx Catalina Blue. HEX triplet: 25, 38 and 55. RGB value is (37,56,85). Sum of RGB (Red+Green+Blue) = 37+56+85=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #253855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253855 is #DAC7AA. Grayscale: #353535. Windows color (decimal): -14337963 or 5584933. OLE color: 5584933.

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

Color convert

RGB375685-
CMYK0.560.3400.67
HSL216.25º39.34%23.92%-
HSV(B)216.25º56.47%33.33%-
XYZ3.823.889.14-
YUV53.62145.71116.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=20.79%
G=31.46%
B=47.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3756850.560.3400.67216.2539.3423.92
Hex2538553822043d82718
Octal4570125704201033304730
Binary1001011110001010101111000100010010000111101100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253855; }

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

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

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

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

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

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

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

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