#253458

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

Shades of Catalina Blue #253458

Tints of Catalina Blue #253458

Color information

#253458 (or 0x253458) is unknown color: approx Catalina Blue. HEX triplet: 25, 34 and 58. RGB value is (37,52,88). Sum of RGB (Red+Green+Blue) = 37+52+88=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #253458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253458 is #DACBA7. Grayscale: #333333. Windows color (decimal): -14338984 or 5780517. OLE color: 5780517.

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

Color convert

RGB375288-
CMYK0.580.4100.65
HSL222.35º40.8%24.51%-
HSV(B)222.35º57.95%34.51%-
XYZ3.753.559.72-
YUV51.62148.53117.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=20.90%
G=29.38%
B=49.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3752880.580.4100.65222.3540.824.51
Hex2534583A29041de2919
Octal4564130725101013365131
Binary1001011101001011000111010101001010000011101111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253458; }

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

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

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

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

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

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

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

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