Html Css Color HEX #276175 Orient

📋 copy color: '#276175'

red 39 ◦ green 97 ◦ blue 117

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

Shades of Orient #276175

Tints of Orient #276175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 15.42%
G = 38.34%
B = 46.25%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#276175 (or 0x276175) is known color: Orient. HEX triplet: 27, 61 and 75. RGB value is (39,97,117). Sum of RGB (Red+Green+Blue) = 39+97+117=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #276175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276175 is #D89E8A. Grayscale: #515151. Windows color (decimal): -14196363 or 7692583. OLE color: 7692583.

HSL color Cylindrical-coordinate representation of color #276175: hue angle of 195.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276175 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 97 117 -
CMYK 0.67 0.17 0 0.54
HSL 195.38º 0.5% 0.31% -
HSV(B) 195.38º 0.67% 0.46% -
XYZ 8.32 10.27 18.37 -
YUV 81.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 39 97 117 0.67 0.17 0 0.54 195.38 0.5 0.31
Hex 27 61 75 43 11 0 36 C3 32 1F
Octal 47 141 165 103 21 0 66 303 62 37
Binary 100111 1100001 1110101 1000011 10001 0 110110 11000011 110010 11111

Color Harmonies of #276175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276175

Black with #276175

Text Example


Text Example

White with #276175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276175; }

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

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

background-color css

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

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

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

border-color css

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

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

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