Html Css Color HEX #295D7A Orient

📋 copy color: '#295D7A'

red 41 ◦ green 93 ◦ blue 122

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

Shades of Orient #295D7A

Tints of Orient #295D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 16.02%
G = 36.33%
B = 47.66%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#295D7A (or 0x295D7A) is known color: Orient. HEX triplet: 29, 5D and 7A. RGB value is (41,93,122). Sum of RGB (Red+Green+Blue) = 41+93+122=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #295D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D7A is #D6A285. Grayscale: #505050. Windows color (decimal): -14066310 or 8019241. OLE color: 8019241.

HSL color Cylindrical-coordinate representation of color #295D7A: hue angle of 201.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295D7A is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 93 122 -
CMYK 0.66 0.24 0 0.52
HSL 201.48º 0.5% 0.32% -
HSV(B) 201.48º 0.66% 0.48% -
XYZ 8.34 9.71 19.85 -
YUV 80.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 41 93 122 0.66 0.24 0 0.52 201.48 0.5 0.32
Hex 29 5D 7A 42 18 0 34 C9 32 20
Octal 51 135 172 102 30 0 64 311 62 40
Binary 101001 1011101 1111010 1000010 11000 0 110100 11001001 110010 100000

Color Harmonies of #295D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D7A

Black with #295D7A

Text Example


Text Example

White with #295D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,122); }

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

background-color css

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

 a { background-color: rgb(41,93,122); }

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

border-color css

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

 span { border-color: rgb(41,93,122); }

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