Html Css Color HEX #295E77 Orient

📋 copy color: '#295E77'

red 41 ◦ green 94 ◦ blue 119

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

Shades of Orient #295E77

Tints of Orient #295E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.01%

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 16.14%
G = 37.01%
B = 46.85%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295E77 (or 0x295E77) is known color: Orient. HEX triplet: 29, 5E and 77. RGB value is (41,94,119). Sum of RGB (Red+Green+Blue) = 41+94+119=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #295E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E77 is #D6A188. Grayscale: #505050. Windows color (decimal): -14066057 or 7822889. OLE color: 7822889.

HSL color Cylindrical-coordinate representation of color #295E77: hue angle of 199.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295E77 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 94 119 -
CMYK 0.66 0.21 0 0.53
HSL 199.23º 0.49% 0.31% -
HSV(B) 199.23º 0.66% 0.47% -
XYZ 8.25 9.81 18.91 -
YUV 81 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 41 94 119 0.66 0.21 0 0.53 199.23 0.49 0.31
Hex 29 5E 77 42 15 0 35 C7 31 1F
Octal 51 136 167 102 25 0 65 307 61 37
Binary 101001 1011110 1110111 1000010 10101 0 110101 11000111 110001 11111

Color Harmonies of #295E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E77

Black with #295E77

Text Example


Text Example

White with #295E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,119); }

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

background-color css

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

 a { background-color: rgb(41,94,119); }

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

border-color css

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

 span { border-color: rgb(41,94,119); }

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