#253858

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

Shades of Catalina Blue #253858

Tints of Catalina Blue #253858

Color information

#253858 (or 0x253858) is unknown color: approx Catalina Blue. HEX triplet: 25, 38 and 58. RGB value is (37,56,88). Sum of RGB (Red+Green+Blue) = 37+56+88=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #253858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253858 is #DAC7A7. Grayscale: #353535. Windows color (decimal): -14337960 or 5781541. OLE color: 5781541.

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

Color convert

RGB375688-
CMYK0.580.3600.65
HSL217.65º40.8%24.51%-
HSV(B)217.65º57.95%34.51%-
XYZ3.943.939.78-
YUV53.97147.21115.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=20.44%
G=30.94%
B=48.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3756880.580.3600.65217.6540.824.51
Hex2538583A24041da2919
Octal4570130724401013325131
Binary1001011110001011000111010100100010000011101101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253858; }

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

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

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

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

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

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

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

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