Html Css Color HEX #2B617E Orient

📋 copy color: '#2B617E'

red 43 ◦ green 97 ◦ blue 126

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

Shades of Orient #2B617E

Tints of Orient #2B617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.37%

R = 16.17%
G = 36.47%
B = 47.37%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B617E (or 0x2B617E) is known color: Orient. HEX triplet: 2B, 61 and 7E. RGB value is (43,97,126). Sum of RGB (Red+Green+Blue) = 43+97+126=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B617E is #D49E81. Grayscale: #535353. Windows color (decimal): -13934210 or 8282411. OLE color: 8282411.

HSL color Cylindrical-coordinate representation of color #2B617E: hue angle of 200.96º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B617E is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 97 126 -
CMYK 0.66 0.23 0 0.51
HSL 200.96º 0.49% 0.33% -
HSV(B) 200.96º 0.66% 0.49% -
XYZ 9.04 10.57 21.3 -
YUV 84.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 43 97 126 0.66 0.23 0 0.51 200.96 0.49 0.33
Hex 2B 61 7E 42 17 0 33 C9 31 21
Octal 53 141 176 102 27 0 63 311 61 41
Binary 101011 1100001 1111110 1000010 10111 0 110011 11001001 110001 100001

Color Harmonies of #2B617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B617E

Black with #2B617E

Text Example


Text Example

White with #2B617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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