Html Css Color HEX #295E73 Orient

📋 copy color: '#295E73'

red 41 ◦ green 94 ◦ blue 115

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

Shades of Orient #295E73

Tints of Orient #295E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 16.4%
G = 37.6%
B = 46%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295E73 (or 0x295E73) is known color: Orient. HEX triplet: 29, 5E and 73. RGB value is (41,94,115). Sum of RGB (Red+Green+Blue) = 41+94+115=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #295E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E73 is #D6A18C. Grayscale: #505050. Windows color (decimal): -14066061 or 7560745. OLE color: 7560745.

HSL color Cylindrical-coordinate representation of color #295E73: hue angle of 197.03º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295E73 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 94 115 -
CMYK 0.64 0.18 0 0.55
HSL 197.03º 0.47% 0.31% -
HSV(B) 197.03º 0.64% 0.45% -
XYZ 8.01 9.71 17.67 -
YUV 80.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 41 94 115 0.64 0.18 0 0.55 197.03 0.47 0.31
Hex 29 5E 73 40 12 0 37 C5 2F 1F
Octal 51 136 163 100 22 0 67 305 57 37
Binary 101001 1011110 1110011 1000000 10010 0 110111 11000101 101111 11111

Color Harmonies of #295E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E73

Black with #295E73

Text Example


Text Example

White with #295E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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