Html Css Color HEX #295976 Orient

📋 copy color: '#295976'

red 41 ◦ green 89 ◦ blue 118

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

Shades of Orient #295976

Tints of Orient #295976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 16.53%
G = 35.89%
B = 47.58%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295976 (or 0x295976) is known color: Orient. HEX triplet: 29, 59 and 76. RGB value is (41,89,118). Sum of RGB (Red+Green+Blue) = 41+89+118=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #295976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295976 is #D6A689. Grayscale: #4D4D4D. Windows color (decimal): -14067338 or 7756073. OLE color: 7756073.

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

Color convert

RGB 41 89 118 -
CMYK 0.65 0.25 0 0.54
HSL 202.6º 0.48% 0.31% -
HSV(B) 202.6º 0.65% 0.46% -
XYZ 7.76 8.92 18.45 -
YUV 77.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 41 89 118 0.65 0.25 0 0.54 202.6 0.48 0.31
Hex 29 59 76 41 19 0 36 CB 30 1F
Octal 51 131 166 101 31 0 66 313 60 37
Binary 101001 1011001 1110110 1000001 11001 0 110110 11001011 110000 11111

Color Harmonies of #295976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295976

Black with #295976

Text Example


Text Example

White with #295976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295976; }

 p { color: rgb(41,89,118); }

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

background-color css

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

 a { background-color: rgb(41,89,118); }

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

border-color css

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

 span { border-color: rgb(41,89,118); }

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