#2C364E

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

Shades of Bunting #2C364E

Tints of Bunting #2C364E

Color information

#2C364E (or 0x2C364E) is unknown color: approx Bunting. HEX triplet: 2C, 36 and 4E. RGB value is (44,54,78). Sum of RGB (Red+Green+Blue) = 44+54+78=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C364E is #D3C9B1. Grayscale: #353535. Windows color (decimal): -13879730 or 5125676. OLE color: 5125676.

HSL color Cylindrical-coordinate representation of color #2C364E: hue angle of 222.35º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C364E is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB445478-
CMYK0.440.3100.69
HSL222.35º27.87%23.92%-
HSV(B)222.35º43.59%30.59%-
XYZ3.733.727.73-
YUV53.75141.69121.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=25%
G=30.68%
B=44.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4454780.440.3100.69222.3527.8723.92
Hex2C364E2C1F045de1c18
Octal5466116543701053363430
Binary10110011011010011101011001111101000101110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C364E; }

 p { color: rgb(44,54,78); }

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

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

 a { background-color: rgb(44,54,78); }

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

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

 span { border-color: rgb(44,54,78); }

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