Html Css Color HEX #295E75 Orient

📋 copy color: '#295E75'

red 41 ◦ green 94 ◦ blue 117

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

Shades of Orient #295E75

Tints of Orient #295E75

RGB

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

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

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

R = 16.27%
G = 37.3%
B = 46.43%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295E75 (or 0x295E75) is known color: Orient. HEX triplet: 29, 5E and 75. RGB value is (41,94,117). Sum of RGB (Red+Green+Blue) = 41+94+117=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #295E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E75 is #D6A18A. Grayscale: #505050. Windows color (decimal): -14066059 or 7691817. OLE color: 7691817.

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

Color convert

RGB 41 94 117 -
CMYK 0.65 0.20 0 0.54
HSL 198.16º 0.48% 0.31% -
HSV(B) 198.16º 0.65% 0.46% -
XYZ 8.13 9.76 18.29 -
YUV 80.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 41 94 117 0.65 0.20 0 0.54 198.16 0.48 0.31
Hex 29 5E 75 41 14 0 36 C6 30 1F
Octal 51 136 165 101 24 0 66 306 60 37
Binary 101001 1011110 1110101 1000001 10100 0 110110 11000110 110000 11111

Color Harmonies of #295E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E75

Black with #295E75

Text Example


Text Example

White with #295E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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