Html Css Color HEX #276377 Orient

📋 copy color: '#276377'

red 39 ◦ green 99 ◦ blue 119

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

Shades of Orient #276377

Tints of Orient #276377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 15.18%
G = 38.52%
B = 46.3%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#276377 (or 0x276377) is known color: Orient. HEX triplet: 27, 63 and 77. RGB value is (39,99,119). Sum of RGB (Red+Green+Blue) = 39+99+119=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #276377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276377 is #D89C88. Grayscale: #535353. Windows color (decimal): -14195849 or 7824167. OLE color: 7824167.

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

Color convert

RGB 39 99 119 -
CMYK 0.67 0.17 0 0.53
HSL 195º 0.51% 0.31% -
HSV(B) 195º 0.67% 0.47% -
XYZ 8.63 10.69 19.06 -
YUV 83.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 39 99 119 0.67 0.17 0 0.53 195 0.51 0.31
Hex 27 63 77 43 11 0 35 C3 33 1F
Octal 47 143 167 103 21 0 65 303 63 37
Binary 100111 1100011 1110111 1000011 10001 0 110101 11000011 110011 11111

Color Harmonies of #276377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276377

Black with #276377

Text Example


Text Example

White with #276377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276377; }

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

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

background-color css

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

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

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

border-color css

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

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

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