Html Css Color HEX #296480 Orient

📋 copy color: '#296480'

red 41 ◦ green 100 ◦ blue 128

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

Shades of Orient #296480

Tints of Orient #296480

RGB

 RED value IS 41 (16.41% from 255) = 15.24%

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 15.24%
G = 37.17%
B = 47.58%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#296480 (or 0x296480) is known color: Orient. HEX triplet: 29, 64 and 80. RGB value is (41,100,128). Sum of RGB (Red+Green+Blue) = 41+100+128=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #296480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296480 is #D69B7F. Grayscale: #555555. Windows color (decimal): -14064512 or 8414249. OLE color: 8414249.

HSL color Cylindrical-coordinate representation of color #296480: hue angle of 199.31º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296480 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 100 128 -
CMYK 0.68 0.22 0 0.50
HSL 199.31º 0.51% 0.33% -
HSV(B) 199.31º 0.68% 0.5% -
XYZ 9.37 11.14 22.08 -
YUV 85.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 41 100 128 0.68 0.22 0 0.50 199.31 0.51 0.33
Hex 29 64 80 44 16 0 32 C7 33 21
Octal 51 144 200 104 26 0 62 307 63 41
Binary 101001 1100100 10000000 1000100 10110 0 110010 11000111 110011 100001

Color Harmonies of #296480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296480

Black with #296480

Text Example


Text Example

White with #296480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296480; }

 p { color: rgb(41,100,128); }

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

background-color css

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

 a { background-color: rgb(41,100,128); }

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

border-color css

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

 span { border-color: rgb(41,100,128); }

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