#253455

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

Shades of Catalina Blue #253455

Tints of Catalina Blue #253455

Color information

#253455 (or 0x253455) is unknown color: approx Catalina Blue. HEX triplet: 25, 34 and 55. RGB value is (37,52,85). Sum of RGB (Red+Green+Blue) = 37+52+85=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #253455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253455 is #DACBAA. Grayscale: #333333. Windows color (decimal): -14338987 or 5583909. OLE color: 5583909.

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

Color convert

RGB375285-
CMYK0.560.3900.67
HSL221.25º39.34%23.92%-
HSV(B)221.25º56.47%33.33%-
XYZ3.633.519.08-
YUV51.28147.03117.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=21.26%
G=29.89%
B=48.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3752850.560.3900.67221.2539.3423.92
Hex2534553827043dd2718
Octal4564125704701033354730
Binary1001011101001010101111000100111010000111101110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253455; }

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

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

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

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

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

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

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

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