#1B3C4E

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

Shades of Green Vogue #1B3C4E

Tints of Green Vogue #1B3C4E

Color information

#1B3C4E (or 0x1B3C4E) is unknown color: approx Green Vogue. HEX triplet: 1B, 3C and 4E. RGB value is (27,60,78). Sum of RGB (Red+Green+Blue) = 27+60+78=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B3C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C4E is #E4C3B1. Grayscale: #343434. Windows color (decimal): -14992306 or 5127195. OLE color: 5127195.

HSL color Cylindrical-coordinate representation of color #1B3C4E: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B3C4E is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB276078-
CMYK0.650.2300.69
HSL201.18º48.57%20.59%-
HSV(B)201.18º65.38%30.59%-
XYZ3.444.017.8-
YUV52.18142.57110.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=16.36%
G=36.36%
B=47.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2760780.650.2300.69201.1848.5720.59
Hex1B3C4E4117045c93115
Octal33741161012701053116125
Binary110111111001001110100000110111010001011100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3C4E; }

 p { color: rgb(27,60,78); }

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

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

 a { background-color: rgb(27,60,78); }

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

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

 span { border-color: rgb(27,60,78); }

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