Html Css Color HEX #296481 Orient

📋 copy color: '#296481'

red 41 ◦ green 100 ◦ blue 129

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

Shades of Orient #296481

Tints of Orient #296481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 15.19%
G = 37.04%
B = 47.78%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296481 (or 0x296481) is known color: Orient. HEX triplet: 29, 64 and 81. RGB value is (41,100,129). Sum of RGB (Red+Green+Blue) = 41+100+129=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #296481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296481 is #D69B7E. Grayscale: #555555. Windows color (decimal): -14064511 or 8479785. OLE color: 8479785.

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

Color convert

RGB 41 100 129 -
CMYK 0.68 0.22 0 0.49
HSL 199.77º 0.52% 0.33% -
HSV(B) 199.77º 0.68% 0.51% -
XYZ 9.43 11.17 22.43 -
YUV 85.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 41 100 129 0.68 0.22 0 0.49 199.77 0.52 0.33
Hex 29 64 81 44 16 0 31 C8 34 21
Octal 51 144 201 104 26 0 61 310 64 41
Binary 101001 1100100 10000001 1000100 10110 0 110001 11001000 110100 100001

Color Harmonies of #296481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296481

Black with #296481

Text Example


Text Example

White with #296481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296481; }

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

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

background-color css

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

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

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

border-color css

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

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

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