Html Css Color HEX #2B6178 Orient

📋 copy color: '#2B6178'

red 43 ◦ green 97 ◦ blue 120

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

Shades of Orient #2B6178

Tints of Orient #2B6178

RGB

 RED value IS 43 (17.19% from 255) = 16.54%

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

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

R = 16.54%
G = 37.31%
B = 46.15%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B6178 (or 0x2B6178) is known color: Orient. HEX triplet: 2B, 61 and 78. RGB value is (43,97,120). Sum of RGB (Red+Green+Blue) = 43+97+120=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B6178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6178 is #D49E87. Grayscale: #535353. Windows color (decimal): -13934216 or 7889195. OLE color: 7889195.

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

Color convert

RGB 43 97 120 -
CMYK 0.64 0.19 0 0.53
HSL 197.92º 0.47% 0.32% -
HSV(B) 197.92º 0.64% 0.47% -
XYZ 8.66 10.42 19.32 -
YUV 83.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 43 97 120 0.64 0.19 0 0.53 197.92 0.47 0.32
Hex 2B 61 78 40 13 0 35 C6 2F 20
Octal 53 141 170 100 23 0 65 306 57 40
Binary 101011 1100001 1111000 1000000 10011 0 110101 11000110 101111 100000

Color Harmonies of #2B6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6178

Black with #2B6178

Text Example


Text Example

White with #2B6178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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