Html Css Color HEX #295B76 Orient

📋 copy color: '#295B76'

red 41 ◦ green 91 ◦ blue 118

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

Shades of Orient #295B76

Tints of Orient #295B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.4%

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

R = 16.4%
G = 36.4%
B = 47.2%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295B76 (or 0x295B76) is known color: Orient. HEX triplet: 29, 5B and 76. RGB value is (41,91,118). Sum of RGB (Red+Green+Blue) = 41+91+118=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #295B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B76 is #D6A489. Grayscale: #4E4E4E. Windows color (decimal): -14066826 or 7756585. OLE color: 7756585.

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

Color convert

RGB 41 91 118 -
CMYK 0.65 0.23 0 0.54
HSL 201.04º 0.48% 0.31% -
HSV(B) 201.04º 0.65% 0.46% -
XYZ 7.93 9.26 18.51 -
YUV 79.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 41 91 118 0.65 0.23 0 0.54 201.04 0.48 0.31
Hex 29 5B 76 41 17 0 36 C9 30 1F
Octal 51 133 166 101 27 0 66 311 60 37
Binary 101001 1011011 1110110 1000001 10111 0 110110 11001001 110000 11111

Color Harmonies of #295B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B76

Black with #295B76

Text Example


Text Example

White with #295B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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