Html Css Color HEX #275776 Orient

📋 copy color: '#275776'

red 39 ◦ green 87 ◦ blue 118

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

Shades of Orient #275776

Tints of Orient #275776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 15.98%
G = 35.66%
B = 48.36%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#275776 (or 0x275776) is known color: Orient. HEX triplet: 27, 57 and 76. RGB value is (39,87,118). Sum of RGB (Red+Green+Blue) = 39+87+118=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #275776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275776 is #D8A889. Grayscale: #4C4C4C. Windows color (decimal): -14198922 or 7755559. OLE color: 7755559.

HSL color Cylindrical-coordinate representation of color #275776: hue angle of 203.54º 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 #275776 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 87 118 -
CMYK 0.67 0.26 0 0.54
HSL 203.54º 0.5% 0.31% -
HSV(B) 203.54º 0.67% 0.46% -
XYZ 7.51 8.56 18.39 -
YUV 76.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 39 87 118 0.67 0.26 0 0.54 203.54 0.5 0.31
Hex 27 57 76 43 1A 0 36 CC 32 1F
Octal 47 127 166 103 32 0 66 314 62 37
Binary 100111 1010111 1110110 1000011 11010 0 110110 11001100 110010 11111

Color Harmonies of #275776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275776

Black with #275776

Text Example


Text Example

White with #275776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275776; }

 p { color: rgb(39,87,118); }

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

background-color css

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

 a { background-color: rgb(39,87,118); }

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

border-color css

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

 span { border-color: rgb(39,87,118); }

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