#253357

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

Shades of Catalina Blue #253357

Tints of Catalina Blue #253357

Color information

#253357 (or 0x253357) is unknown color: approx Catalina Blue. HEX triplet: 25, 33 and 57. RGB value is (37,51,87). Sum of RGB (Red+Green+Blue) = 37+51+87=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #253357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253357 is #DACCA8. Grayscale: #323232. Windows color (decimal): -14339241 or 5714725. OLE color: 5714725.

HSL color Cylindrical-coordinate representation of color #253357: hue angle of 223.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253357 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB375187-
CMYK0.570.4100.66
HSL223.2º40.32%24.31%-
HSV(B)223.2º57.47%34.12%-
XYZ3.673.459.49-
YUV50.92148.36118.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=21.14%
G=29.14%
B=49.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3751870.570.4100.66223.240.3224.31
Hex2533573929042df2818
Octal4563127715101023375030
Binary1001011100111010111111001101001010000101101111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253357; }

 p { color: rgb(37,51,87); }

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

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

 a { background-color: rgb(37,51,87); }

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

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

 span { border-color: rgb(37,51,87); }

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