Html Css Color HEX #276373 Orient

📋 copy color: '#276373'

red 39 ◦ green 99 ◦ blue 115

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

Shades of Orient #276373

Tints of Orient #276373

RGB

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

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

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

R = 15.42%
G = 39.13%
B = 45.45%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276373 (or 0x276373) is known color: Orient. HEX triplet: 27, 63 and 73. RGB value is (39,99,115). Sum of RGB (Red+Green+Blue) = 39+99+115=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #276373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276373 is #D89C8C. Grayscale: #525252. Windows color (decimal): -14195853 or 7562023. OLE color: 7562023.

HSL color Cylindrical-coordinate representation of color #276373: hue angle of 192.63º 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 #276373 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 99 115 -
CMYK 0.66 0.14 0 0.55
HSL 192.63º 0.49% 0.3% -
HSV(B) 192.63º 0.66% 0.45% -
XYZ 8.39 10.59 17.82 -
YUV 82.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 39 99 115 0.66 0.14 0 0.55 192.63 0.49 0.3
Hex 27 63 73 42 E 0 37 C1 31 1E
Octal 47 143 163 102 16 0 67 301 61 36
Binary 100111 1100011 1110011 1000010 1110 0 110111 11000001 110001 11110

Color Harmonies of #276373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276373

Black with #276373

Text Example


Text Example

White with #276373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276373; }

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

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

background-color css

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

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

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

border-color css

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

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

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