Html Css Color HEX #2B637C Orient

📋 copy color: '#2B637C'

red 43 ◦ green 99 ◦ blue 124

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

Shades of Orient #2B637C

Tints of Orient #2B637C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 16.17%
G = 37.22%
B = 46.62%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B637C (or 0x2B637C) is known color: Orient. HEX triplet: 2B, 63 and 7C. RGB value is (43,99,124). Sum of RGB (Red+Green+Blue) = 43+99+124=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B637C is #D49C83. Grayscale: #545454. Windows color (decimal): -13933700 or 8151851. OLE color: 8151851.

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

Color convert

RGB 43 99 124 -
CMYK 0.65 0.20 0 0.51
HSL 198.52º 0.49% 0.33% -
HSV(B) 198.52º 0.65% 0.49% -
XYZ 9.1 10.89 20.69 -
YUV 85.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 43 99 124 0.65 0.20 0 0.51 198.52 0.49 0.33
Hex 2B 63 7C 41 14 0 33 C7 31 21
Octal 53 143 174 101 24 0 63 307 61 41
Binary 101011 1100011 1111100 1000001 10100 0 110011 11000111 110001 100001

Color Harmonies of #2B637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B637C

Black with #2B637C

Text Example


Text Example

White with #2B637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,99,124); }

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

background-color css

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

 a { background-color: rgb(43,99,124); }

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

border-color css

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

 span { border-color: rgb(43,99,124); }

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