Html Css Color HEX #2A6178 Orient

📋 copy color: '#2A6178'

red 42 ◦ green 97 ◦ blue 120

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

Shades of Orient #2A6178

Tints of Orient #2A6178

RGB

 RED value IS 42 (16.8% from 255) = 16.22%

 GREEN value IS 97 (38.28% from 255) = 37.45%

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

R = 16.22%
G = 37.45%
B = 46.33%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2A6178 (or 0x2A6178) is known color: Orient. HEX triplet: 2A, 61 and 78. RGB value is (42,97,120). Sum of RGB (Red+Green+Blue) = 42+97+120=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A6178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6178 is #D59E87. Grayscale: #535353. Windows color (decimal): -13999752 or 7889194. OLE color: 7889194.

HSL color Cylindrical-coordinate representation of color #2A6178: hue angle of 197.69º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A6178 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 97 120 -
CMYK 0.65 0.19 0 0.53
HSL 197.69º 0.48% 0.32% -
HSV(B) 197.69º 0.65% 0.47% -
XYZ 8.62 10.4 19.32 -
YUV 83.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 42 97 120 0.65 0.19 0 0.53 197.69 0.48 0.32
Hex 2A 61 78 41 13 0 35 C6 30 20
Octal 52 141 170 101 23 0 65 306 60 40
Binary 101010 1100001 1111000 1000001 10011 0 110101 11000110 110000 100000

Color Harmonies of #2A6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6178

Black with #2A6178

Text Example


Text Example

White with #2A6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A6178; }

 p { color: rgb(42,97,120); }

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

background-color css

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

 a { background-color: rgb(42,97,120); }

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

border-color css

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

 span { border-color: rgb(42,97,120); }

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