Html Css Color HEX #276072 Orient

📋 copy color: '#276072'

red 39 ◦ green 96 ◦ blue 114

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

Shades of Orient #276072

Tints of Orient #276072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 15.66%
G = 38.55%
B = 45.78%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276072 (or 0x276072) is known color: Orient. HEX triplet: 27, 60 and 72. RGB value is (39,96,114). Sum of RGB (Red+Green+Blue) = 39+96+114=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #276072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276072 is #D89F8D. Grayscale: #505050. Windows color (decimal): -14196622 or 7495719. OLE color: 7495719.

HSL color Cylindrical-coordinate representation of color #276072: hue angle of 194.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276072 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 96 114 -
CMYK 0.66 0.16 0 0.55
HSL 194.4º 0.49% 0.3% -
HSV(B) 194.4º 0.66% 0.45% -
XYZ 8.06 10.01 17.43 -
YUV 81.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 39 96 114 0.66 0.16 0 0.55 194.4 0.49 0.3
Hex 27 60 72 42 10 0 37 C2 31 1E
Octal 47 140 162 102 20 0 67 302 61 36
Binary 100111 1100000 1110010 1000010 10000 0 110111 11000010 110001 11110

Color Harmonies of #276072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276072

Black with #276072

Text Example


Text Example

White with #276072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276072; }

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

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

background-color css

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

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

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

border-color css

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

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

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