Html Css Color HEX #276379 Orient

📋 copy color: '#276379'

red 39 ◦ green 99 ◦ blue 121

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

Shades of Orient #276379

Tints of Orient #276379

RGB

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

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

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

R = 15.06%
G = 38.22%
B = 46.72%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#276379 (or 0x276379) is known color: Orient. HEX triplet: 27, 63 and 79. RGB value is (39,99,121). Sum of RGB (Red+Green+Blue) = 39+99+121=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #276379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276379 is #D89C86. Grayscale: #535353. Windows color (decimal): -14195847 or 7955239. OLE color: 7955239.

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

Color convert

RGB 39 99 121 -
CMYK 0.68 0.18 0 0.53
HSL 196.1º 0.51% 0.31% -
HSV(B) 196.1º 0.68% 0.47% -
XYZ 8.75 10.74 19.7 -
YUV 83.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 39 99 121 0.68 0.18 0 0.53 196.1 0.51 0.31
Hex 27 63 79 44 12 0 35 C4 33 1F
Octal 47 143 171 104 22 0 65 304 63 37
Binary 100111 1100011 1111001 1000100 10010 0 110101 11000100 110011 11111

Color Harmonies of #276379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276379

Black with #276379

Text Example


Text Example

White with #276379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276379; }

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

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

background-color css

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

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

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

border-color css

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

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

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