Html Css Color HEX #2B5E76 Orient

📋 copy color: '#2B5E76'

red 43 ◦ green 94 ◦ blue 118

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

Shades of Orient #2B5E76

Tints of Orient #2B5E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 16.86%
G = 36.86%
B = 46.27%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B5E76 (or 0x2B5E76) is known color: Orient. HEX triplet: 2B, 5E and 76. RGB value is (43,94,118). Sum of RGB (Red+Green+Blue) = 43+94+118=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B5E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E76 is #D4A189. Grayscale: #515151. Windows color (decimal): -13934986 or 7757355. OLE color: 7757355.

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

Color convert

RGB 43 94 118 -
CMYK 0.64 0.20 0 0.54
HSL 199.2º 0.47% 0.32% -
HSV(B) 199.2º 0.64% 0.46% -
XYZ 8.27 9.83 18.6 -
YUV 81.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 43 94 118 0.64 0.20 0 0.54 199.2 0.47 0.32
Hex 2B 5E 76 40 14 0 36 C7 2F 20
Octal 53 136 166 100 24 0 66 307 57 40
Binary 101011 1011110 1110110 1000000 10100 0 110110 11000111 101111 100000

Color Harmonies of #2B5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5E76

Black with #2B5E76

Text Example


Text Example

White with #2B5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,94,118); }

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

background-color css

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

 a { background-color: rgb(43,94,118); }

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

border-color css

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

 span { border-color: rgb(43,94,118); }

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