Html Css Color HEX #276178 Orient

📋 copy color: '#276178'

red 39 ◦ green 97 ◦ blue 120

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

Shades of Orient #276178

Tints of Orient #276178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 15.23%
G = 37.89%
B = 46.88%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#276178 (or 0x276178) is known color: Orient. HEX triplet: 27, 61 and 78. RGB value is (39,97,120). Sum of RGB (Red+Green+Blue) = 39+97+120=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #276178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276178 is #D89E87. Grayscale: #525252. Windows color (decimal): -14196360 or 7889191. OLE color: 7889191.

HSL color Cylindrical-coordinate representation of color #276178: hue angle of 197.04º 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 #276178 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 97 120 -
CMYK 0.67 0.19 0 0.53
HSL 197.04º 0.51% 0.31% -
HSV(B) 197.04º 0.68% 0.47% -
XYZ 8.5 10.34 19.32 -
YUV 82.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 39 97 120 0.67 0.19 0 0.53 197.04 0.51 0.31
Hex 27 61 78 43 13 0 35 C5 33 1F
Octal 47 141 170 103 23 0 65 305 63 37
Binary 100111 1100001 1111000 1000011 10011 0 110101 11000101 110011 11111

Color Harmonies of #276178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276178

Black with #276178

Text Example


Text Example

White with #276178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276178; }

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

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

background-color css

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

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

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

border-color css

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

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

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