#253F4B

Color #253F4B Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #253F4B

Tints of Green Vogue #253F4B

Color information

#253F4B (or 0x253F4B) is unknown color: approx Green Vogue. HEX triplet: 25, 3F and 4B. RGB value is (37,63,75). Sum of RGB (Red+Green+Blue) = 37+63+75=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #253F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F4B is #DAC0B4. Grayscale: #383838. Windows color (decimal): -14336181 or 4931365. OLE color: 4931365.

HSL color Cylindrical-coordinate representation of color #253F4B: hue angle of 198.95º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #253F4B is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB376375-
CMYK0.510.1600.71
HSL198.95º33.93%21.96%-
HSV(B)198.95º50.67%29.41%-
XYZ3.814.467.32-
YUV56.59138.39114.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=21.14%
G=36%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3763750.510.1600.71198.9533.9321.96
Hex253F4B3310047c72216
Octal4577113632001073074226
Binary100101111111100101111001110000010001111100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F4B; }

 p { color: rgb(37,63,75); }

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

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

 a { background-color: rgb(37,63,75); }

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

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

 span { border-color: rgb(37,63,75); }

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