#2B6078

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

Shades of Orient #2B6078

Tints of Orient #2B6078

Color information

#2B6078 (or 0x2B6078) is unknown color: approx Orient. HEX triplet: 2B, 60 and 78. RGB value is (43,96,120). Sum of RGB (Red+Green+Blue) = 43+96+120=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B6078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6078 is #D49F87. Grayscale: #525252. Windows color (decimal): -13934472 or 7888939. OLE color: 7888939.

HSL color Cylindrical-coordinate representation of color #2B6078: hue angle of 198.7º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B6078 is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4396120-
CMYK0.640.200.53
HSL198.7º47.24%31.96%-
HSV(B)198.7º64.17%47.06%-
XYZ8.5710.2419.29-
YUV82.89148.9499.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=16.60%
G=37.07%
B=46.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43961200.640.200.53198.747.2431.96
Hex2B60784014035c72f20
Octal53140170100240653075740
Binary10101111000001111000100000010100011010111000111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,120); }

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

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

 a { background-color: rgb(43,96,120); }

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

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

 span { border-color: rgb(43,96,120); }

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