#27334A

Color #27334A Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #27334A

Tints of Bunting #27334A

Color information

#27334A (or 0x27334A) is unknown color: approx Bunting. HEX triplet: 27, 33 and 4A. RGB value is (39,51,74). Sum of RGB (Red+Green+Blue) = 39+51+74=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #27334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27334A is #D8CCB5. Grayscale: #313131. Windows color (decimal): -14208182 or 4862759. OLE color: 4862759.

HSL color Cylindrical-coordinate representation of color #27334A: hue angle of 219.43º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27334A is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB395174-
CMYK0.470.3100.71
HSL219.43º30.97%22.16%-
HSV(B)219.43º47.3%29.02%-
XYZ3.263.296.94-
YUV50.03141.52120.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=23.78%
G=31.10%
B=45.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3951740.470.3100.71219.4330.9722.16
Hex27334A2F1F047db1f16
Octal4763112573701073333726
Binary10011111001110010101011111111101000111110110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27334A; }

 p { color: rgb(39,51,74); }

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

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

 a { background-color: rgb(39,51,74); }

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

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

 span { border-color: rgb(39,51,74); }

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