Html Css Color HEX #296478 Orient

📋 copy color: '#296478'

red 41 ◦ green 100 ◦ blue 120

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

Shades of Orient #296478

Tints of Orient #296478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 15.71%
G = 38.31%
B = 45.98%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296478 (or 0x296478) is known color: Orient. HEX triplet: 29, 64 and 78. RGB value is (41,100,120). Sum of RGB (Red+Green+Blue) = 41+100+120=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #296478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296478 is #D69B87. Grayscale: #545454. Windows color (decimal): -14064520 or 7889961. OLE color: 7889961.

HSL color Cylindrical-coordinate representation of color #296478: hue angle of 195.19º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296478 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 100 120 -
CMYK 0.66 0.17 0 0.53
HSL 195.19º 0.49% 0.32% -
HSV(B) 195.19º 0.66% 0.47% -
XYZ 8.86 10.94 19.41 -
YUV 84.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 41 100 120 0.66 0.17 0 0.53 195.19 0.49 0.32
Hex 29 64 78 42 11 0 35 C3 31 20
Octal 51 144 170 102 21 0 65 303 61 40
Binary 101001 1100100 1111000 1000010 10001 0 110101 11000011 110001 100000

Color Harmonies of #296478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296478

Black with #296478

Text Example


Text Example

White with #296478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296478; }

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

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

background-color css

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

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

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

border-color css

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

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

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