Html Css Color HEX #2C637F Orient

📋 copy color: '#2C637F'

red 44 ◦ green 99 ◦ blue 127

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

Shades of Orient #2C637F

Tints of Orient #2C637F

RGB

 RED value IS 44 (17.58% from 255) = 16.3%

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

 BLUE value IS 127 (50% from 255) = 47.04%

R = 16.3%
G = 36.67%
B = 47.04%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2C637F (or 0x2C637F) is known color: Orient. HEX triplet: 2C, 63 and 7F. RGB value is (44,99,127). Sum of RGB (Red+Green+Blue) = 44+99+127=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C637F is #D39C80. Grayscale: #555555. Windows color (decimal): -13868161 or 8348460. OLE color: 8348460.

HSL color Cylindrical-coordinate representation of color #2C637F: hue angle of 200.24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C637F is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 44 99 127 -
CMYK 0.65 0.22 0 0.50
HSL 200.24º 0.49% 0.34% -
HSV(B) 200.24º 0.65% 0.5% -
XYZ 9.33 10.99 21.71 -
YUV 85.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 44 99 127 0.65 0.22 0 0.50 200.24 0.49 0.34
Hex 2C 63 7F 41 16 0 32 C8 31 22
Octal 54 143 177 101 26 0 62 310 61 42
Binary 101100 1100011 1111111 1000001 10110 0 110010 11001000 110001 100010

Color Harmonies of #2C637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C637F

Black with #2C637F

Text Example


Text Example

White with #2C637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,99,127); }

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

background-color css

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

 a { background-color: rgb(44,99,127); }

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

border-color css

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

 span { border-color: rgb(44,99,127); }

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