Html Css Color HEX #276177 Orient

📋 copy color: '#276177'

red 39 ◦ green 97 ◦ blue 119

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

Shades of Orient #276177

Tints of Orient #276177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

 BLUE value IS 119 (46.88% from 255) = 46.67%

R = 15.29%
G = 38.04%
B = 46.67%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#276177 (or 0x276177) is known color: Orient. HEX triplet: 27, 61 and 77. RGB value is (39,97,119). Sum of RGB (Red+Green+Blue) = 39+97+119=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #276177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276177 is #D89E88. Grayscale: #525252. Windows color (decimal): -14196361 or 7823655. OLE color: 7823655.

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

Color convert

RGB 39 97 119 -
CMYK 0.67 0.18 0 0.53
HSL 196.5º 0.51% 0.31% -
HSV(B) 196.5º 0.67% 0.47% -
XYZ 8.44 10.31 19 -
YUV 82.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 39 97 119 0.67 0.18 0 0.53 196.5 0.51 0.31
Hex 27 61 77 43 12 0 35 C4 33 1F
Octal 47 141 167 103 22 0 65 304 63 37
Binary 100111 1100001 1110111 1000011 10010 0 110101 11000100 110011 11111

Color Harmonies of #276177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276177

Black with #276177

Text Example


Text Example

White with #276177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276177; }

 p { color: rgb(39,97,119); }

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

background-color css

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

 a { background-color: rgb(39,97,119); }

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

border-color css

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

 span { border-color: rgb(39,97,119); }

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