Html Css Color HEX #276380 Orient

📋 copy color: '#276380'

red 39 ◦ green 99 ◦ blue 128

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

Shades of Orient #276380

Tints of Orient #276380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 14.66%
G = 37.22%
B = 48.12%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#276380 (or 0x276380) is known color: Orient. HEX triplet: 27, 63 and 80. RGB value is (39,99,128). Sum of RGB (Red+Green+Blue) = 39+99+128=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #276380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276380 is #D89C7F. Grayscale: #545454. Windows color (decimal): -14195840 or 8413991. OLE color: 8413991.

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

Color convert

RGB 39 99 128 -
CMYK 0.70 0.23 0 0.50
HSL 199.55º 0.53% 0.33% -
HSV(B) 199.55º 0.7% 0.5% -
XYZ 9.19 10.91 22.04 -
YUV 84.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 39 99 128 0.70 0.23 0 0.50 199.55 0.53 0.33
Hex 27 63 80 46 17 0 32 C8 35 21
Octal 47 143 200 106 27 0 62 310 65 41
Binary 100111 1100011 10000000 1000110 10111 0 110010 11001000 110101 100001

Color Harmonies of #276380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276380

Black with #276380

Text Example


Text Example

White with #276380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276380; }

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

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

background-color css

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

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

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

border-color css

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

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

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