Html Css Color HEX #296175 Orient

📋 copy color: '#296175'

red 41 ◦ green 97 ◦ blue 117

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

Shades of Orient #296175

Tints of Orient #296175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 16.08%
G = 38.04%
B = 45.88%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296175 (or 0x296175) is known color: Orient. HEX triplet: 29, 61 and 75. RGB value is (41,97,117). Sum of RGB (Red+Green+Blue) = 41+97+117=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #296175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296175 is #D69E8A. Grayscale: #525252. Windows color (decimal): -14065291 or 7692585. OLE color: 7692585.

HSL color Cylindrical-coordinate representation of color #296175: hue angle of 195.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296175 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 97 117 -
CMYK 0.65 0.17 0 0.54
HSL 195.79º 0.48% 0.31% -
HSV(B) 195.79º 0.65% 0.46% -
XYZ 8.4 10.31 18.38 -
YUV 82.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 41 97 117 0.65 0.17 0 0.54 195.79 0.48 0.31
Hex 29 61 75 41 11 0 36 C4 30 1F
Octal 51 141 165 101 21 0 66 304 60 37
Binary 101001 1100001 1110101 1000001 10001 0 110110 11000100 110000 11111

Color Harmonies of #296175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296175

Black with #296175

Text Example


Text Example

White with #296175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296175; }

 p { color: rgb(41,97,117); }

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

background-color css

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

 a { background-color: rgb(41,97,117); }

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

border-color css

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

 span { border-color: rgb(41,97,117); }

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