Html Css Color HEX #27617E Orient

📋 copy color: '#27617E'

red 39 ◦ green 97 ◦ blue 126

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

Shades of Orient #27617E

Tints of Orient #27617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.09%

R = 14.89%
G = 37.02%
B = 48.09%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27617E (or 0x27617E) is known color: Orient. HEX triplet: 27, 61 and 7E. RGB value is (39,97,126). Sum of RGB (Red+Green+Blue) = 39+97+126=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #27617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27617E is #D89E81. Grayscale: #525252. Windows color (decimal): -14196354 or 8282407. OLE color: 8282407.

HSL color Cylindrical-coordinate representation of color #27617E: hue angle of 200º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27617E is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 97 126 -
CMYK 0.69 0.23 0 0.51
HSL 200º 0.53% 0.32% -
HSV(B) 200º 0.69% 0.49% -
XYZ 8.88 10.49 21.29 -
YUV 82.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 39 97 126 0.69 0.23 0 0.51 200 0.53 0.32
Hex 27 61 7E 45 17 0 33 C8 35 20
Octal 47 141 176 105 27 0 63 310 65 40
Binary 100111 1100001 1111110 1000101 10111 0 110011 11001000 110101 100000

Color Harmonies of #27617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27617E

Black with #27617E

Text Example


Text Example

White with #27617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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