Html Css Color HEX #276079 Orient

📋 copy color: '#276079'

red 39 ◦ green 96 ◦ blue 121

#276079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #276079

Tints of Orient #276079

RGB

 RED value IS 39 (15.63% from 255) = 15.23%

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 15.23%
G = 37.5%
B = 47.27%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#276079 (or 0x276079) is known color: Orient. HEX triplet: 27, 60 and 79. RGB value is (39,96,121). Sum of RGB (Red+Green+Blue) = 39+96+121=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #276079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276079 is #D89F86. Grayscale: #515151. Windows color (decimal): -14196615 or 7954471. OLE color: 7954471.

HSL color Cylindrical-coordinate representation of color #276079: hue angle of 198.29º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276079 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 96 121 -
CMYK 0.68 0.21 0 0.53
HSL 198.29º 0.51% 0.31% -
HSV(B) 198.29º 0.68% 0.47% -
XYZ 8.47 10.18 19.61 -
YUV 81.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 39 96 121 0.68 0.21 0 0.53 198.29 0.51 0.31
Hex 27 60 79 44 15 0 35 C6 33 1F
Octal 47 140 171 104 25 0 65 306 63 37
Binary 100111 1100000 1111001 1000100 10101 0 110101 11000110 110011 11111

Color Harmonies of #276079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276079

Black with #276079

Text Example


Text Example

White with #276079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276079; }

 p { color: rgb(39,96,121); }

 H1.HeaderClassName
 {
   color: #276079;
 }
 .AnyTagClassName
 {
   color: #276079;
 }
</style>

background-color css

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

 a { background-color: rgb(39,96,121); }

 div.DivClassName
 {
   background-color: #276079;
 }
 .BgClassName
 {
   background-color: #276079;
 }
</style>

border-color css

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

 span { border-color: rgb(39,96,121); }

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