Html Css Color HEX #296375 Orient

📋 copy color: '#296375'

red 41 ◦ green 99 ◦ blue 117

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

Shades of Orient #296375

Tints of Orient #296375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 15.95%
G = 38.52%
B = 45.53%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296375 (or 0x296375) is known color: Orient. HEX triplet: 29, 63 and 75. RGB value is (41,99,117). Sum of RGB (Red+Green+Blue) = 41+99+117=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #296375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296375 is #D69C8A. Grayscale: #535353. Windows color (decimal): -14064779 or 7693097. OLE color: 7693097.

HSL color Cylindrical-coordinate representation of color #296375: hue angle of 194.21º 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 #296375 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 99 117 -
CMYK 0.65 0.15 0 0.54
HSL 194.21º 0.48% 0.31% -
HSV(B) 194.21º 0.65% 0.46% -
XYZ 8.59 10.68 18.44 -
YUV 83.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 41 99 117 0.65 0.15 0 0.54 194.21 0.48 0.31
Hex 29 63 75 41 F 0 36 C2 30 1F
Octal 51 143 165 101 17 0 66 302 60 37
Binary 101001 1100011 1110101 1000001 1111 0 110110 11000010 110000 11111

Color Harmonies of #296375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296375

Black with #296375

Text Example


Text Example

White with #296375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296375; }

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

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

background-color css

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

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

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

border-color css

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

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

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