Html Css Color HEX #276378 Orient

📋 copy color: '#276378'

red 39 ◦ green 99 ◦ blue 120

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

Shades of Orient #276378

Tints of Orient #276378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 15.12%
G = 38.37%
B = 46.51%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#276378 (or 0x276378) is known color: Orient. HEX triplet: 27, 63 and 78. RGB value is (39,99,120). Sum of RGB (Red+Green+Blue) = 39+99+120=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #276378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276378 is #D89C87. Grayscale: #535353. Windows color (decimal): -14195848 or 7889703. OLE color: 7889703.

HSL color Cylindrical-coordinate representation of color #276378: hue angle of 195.56º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276378 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 99 120 -
CMYK 0.67 0.17 0 0.53
HSL 195.56º 0.51% 0.31% -
HSV(B) 195.56º 0.68% 0.47% -
XYZ 8.69 10.71 19.38 -
YUV 83.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 39 99 120 0.67 0.17 0 0.53 195.56 0.51 0.31
Hex 27 63 78 43 11 0 35 C4 33 1F
Octal 47 143 170 103 21 0 65 304 63 37
Binary 100111 1100011 1111000 1000011 10001 0 110101 11000100 110011 11111

Color Harmonies of #276378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276378

Black with #276378

Text Example


Text Example

White with #276378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276378; }

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

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

background-color css

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

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

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

border-color css

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

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

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