Html Css Color HEX #296078 Orient

📋 copy color: '#296078'

red 41 ◦ green 96 ◦ blue 120

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

Shades of Orient #296078

Tints of Orient #296078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 15.95%
G = 37.35%
B = 46.69%

CMYK

 C value IS 0.66

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296078 (or 0x296078) is known color: Orient. HEX triplet: 29, 60 and 78. RGB value is (41,96,120). Sum of RGB (Red+Green+Blue) = 41+96+120=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #296078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296078 is #D69F87. Grayscale: #525252. Windows color (decimal): -14065544 or 7888937. OLE color: 7888937.

HSL color Cylindrical-coordinate representation of color #296078: hue angle of 198.23º 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 #296078 is Cyan = 0.66, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 96 120 -
CMYK 0.66 0.2 0 0.53
HSL 198.23º 0.49% 0.32% -
HSV(B) 198.23º 0.66% 0.47% -
XYZ 8.49 10.19 19.29 -
YUV 82.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 41 96 120 0.66 0.2 0 0.53 198.23 0.49 0.32
Hex 29 60 78 42 14 0 35 C6 31 20
Octal 51 140 170 102 24 0 65 306 61 40
Binary 101001 1100000 1111000 1000010 10100 0 110101 11000110 110001 100000

Color Harmonies of #296078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296078

Black with #296078

Text Example


Text Example

White with #296078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296078; }

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

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

background-color css

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

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

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

border-color css

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

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

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