Html Css Color HEX #27627F Orient

📋 copy color: '#27627F'

red 39 ◦ green 98 ◦ blue 127

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

Shades of Orient #27627F

Tints of Orient #27627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 14.77%
G = 37.12%
B = 48.11%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27627F (or 0x27627F) is known color: Orient. HEX triplet: 27, 62 and 7F. RGB value is (39,98,127). Sum of RGB (Red+Green+Blue) = 39+98+127=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #27627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27627F is #D89D80. Grayscale: #535353. Windows color (decimal): -14196097 or 8348199. OLE color: 8348199.

HSL color Cylindrical-coordinate representation of color #27627F: hue angle of 199.77º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27627F is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 98 127 -
CMYK 0.69 0.23 0 0.50
HSL 199.77º 0.53% 0.33% -
HSV(B) 199.77º 0.69% 0.5% -
XYZ 9.04 10.7 21.67 -
YUV 83.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 39 98 127 0.69 0.23 0 0.50 199.77 0.53 0.33
Hex 27 62 7F 45 17 0 32 C8 35 21
Octal 47 142 177 105 27 0 62 310 65 41
Binary 100111 1100010 1111111 1000101 10111 0 110010 11001000 110101 100001

Color Harmonies of #27627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27627F

Black with #27627F

Text Example


Text Example

White with #27627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27627F; }

 p { color: rgb(39,98,127); }

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

background-color css

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

 a { background-color: rgb(39,98,127); }

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

border-color css

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

 span { border-color: rgb(39,98,127); }

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