Html Css Color HEX #276273 Orient

📋 copy color: '#276273'

red 39 ◦ green 98 ◦ blue 115

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

Shades of Orient #276273

Tints of Orient #276273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 15.48%
G = 38.89%
B = 45.63%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276273 (or 0x276273) is known color: Orient. HEX triplet: 27, 62 and 73. RGB value is (39,98,115). Sum of RGB (Red+Green+Blue) = 39+98+115=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #276273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276273 is #D89D8C. Grayscale: #525252. Windows color (decimal): -14196109 or 7561767. OLE color: 7561767.

HSL color Cylindrical-coordinate representation of color #276273: hue angle of 193.42º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276273 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 98 115 -
CMYK 0.66 0.15 0 0.55
HSL 193.42º 0.49% 0.3% -
HSV(B) 193.42º 0.66% 0.45% -
XYZ 8.3 10.4 17.79 -
YUV 82.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 39 98 115 0.66 0.15 0 0.55 193.42 0.49 0.3
Hex 27 62 73 42 F 0 37 C1 31 1E
Octal 47 142 163 102 17 0 67 301 61 36
Binary 100111 1100010 1110011 1000010 1111 0 110111 11000001 110001 11110

Color Harmonies of #276273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276273

Black with #276273

Text Example


Text Example

White with #276273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276273; }

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

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

background-color css

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

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

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

border-color css

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

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

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