Html Css Color HEX #276375 Orient

📋 copy color: '#276375'

red 39 ◦ green 99 ◦ blue 117

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

Shades of Orient #276375

Tints of Orient #276375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 15.29%
G = 38.82%
B = 45.88%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#276375 (or 0x276375) is known color: Orient. HEX triplet: 27, 63 and 75. RGB value is (39,99,117). Sum of RGB (Red+Green+Blue) = 39+99+117=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #276375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276375 is #D89C8A. Grayscale: #525252. Windows color (decimal): -14195851 or 7693095. OLE color: 7693095.

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

Color convert

RGB 39 99 117 -
CMYK 0.67 0.15 0 0.54
HSL 193.85º 0.5% 0.31% -
HSV(B) 193.85º 0.67% 0.46% -
XYZ 8.51 10.64 18.43 -
YUV 83.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 39 99 117 0.67 0.15 0 0.54 193.85 0.5 0.31
Hex 27 63 75 43 F 0 36 C2 32 1F
Octal 47 143 165 103 17 0 66 302 62 37
Binary 100111 1100011 1110101 1000011 1111 0 110110 11000010 110010 11111

Color Harmonies of #276375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276375

Black with #276375

Text Example


Text Example

White with #276375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276375; }

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

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

background-color css

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

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

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

border-color css

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

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

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