Html Css Color HEX #276275 Orient

📋 copy color: '#276275'

red 39 ◦ green 98 ◦ blue 117

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

Shades of Orient #276275

Tints of Orient #276275

RGB

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

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

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

R = 15.35%
G = 38.58%
B = 46.06%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#276275 (or 0x276275) is known color: Orient. HEX triplet: 27, 62 and 75. RGB value is (39,98,117). Sum of RGB (Red+Green+Blue) = 39+98+117=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #276275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276275 is #D89D8A. Grayscale: #525252. Windows color (decimal): -14196107 or 7692839. OLE color: 7692839.

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

Color convert

RGB 39 98 117 -
CMYK 0.67 0.16 0 0.54
HSL 194.62º 0.5% 0.31% -
HSV(B) 194.62º 0.67% 0.46% -
XYZ 8.42 10.45 18.4 -
YUV 82.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 39 98 117 0.67 0.16 0 0.54 194.62 0.5 0.31
Hex 27 62 75 43 10 0 36 C3 32 1F
Octal 47 142 165 103 20 0 66 303 62 37
Binary 100111 1100010 1110101 1000011 10000 0 110110 11000011 110010 11111

Color Harmonies of #276275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276275

Black with #276275

Text Example


Text Example

White with #276275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276275; }

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

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

background-color css

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

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

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

border-color css

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

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

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