Html Css Color HEX #295F74 Orient

📋 copy color: '#295F74'

red 41 ◦ green 95 ◦ blue 116

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

Shades of Orient #295F74

Tints of Orient #295F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.7%

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 16.27%
G = 37.7%
B = 46.03%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295F74 (or 0x295F74) is known color: Orient. HEX triplet: 29, 5F and 74. RGB value is (41,95,116). Sum of RGB (Red+Green+Blue) = 41+95+116=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #295F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F74 is #D6A08B. Grayscale: #515151. Windows color (decimal): -14065804 or 7626537. OLE color: 7626537.

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

Color convert

RGB 41 95 116 -
CMYK 0.65 0.18 0 0.55
HSL 196.8º 0.48% 0.31% -
HSV(B) 196.8º 0.65% 0.45% -
XYZ 8.16 9.92 18.01 -
YUV 81.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 41 95 116 0.65 0.18 0 0.55 196.8 0.48 0.31
Hex 29 5F 74 41 12 0 37 C5 30 1F
Octal 51 137 164 101 22 0 67 305 60 37
Binary 101001 1011111 1110100 1000001 10010 0 110111 11000101 110000 11111

Color Harmonies of #295F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F74

Black with #295F74

Text Example


Text Example

White with #295F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,116); }

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

background-color css

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

 a { background-color: rgb(41,95,116); }

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

border-color css

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

 span { border-color: rgb(41,95,116); }

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