Html Css Color HEX #295C79 Orient

📋 copy color: '#295C79'

red 41 ◦ green 92 ◦ blue 121

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

Shades of Orient #295C79

Tints of Orient #295C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 121 (47.66% from 255) = 47.64%

R = 16.14%
G = 36.22%
B = 47.64%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295C79 (or 0x295C79) is known color: Orient. HEX triplet: 29, 5C and 79. RGB value is (41,92,121). Sum of RGB (Red+Green+Blue) = 41+92+121=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #295C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C79 is #D6A386. Grayscale: #4F4F4F. Windows color (decimal): -14066567 or 7953449. OLE color: 7953449.

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

Color convert

RGB 41 92 121 -
CMYK 0.66 0.24 0 0.53
HSL 201.75º 0.49% 0.32% -
HSV(B) 201.75º 0.66% 0.47% -
XYZ 8.19 9.51 19.49 -
YUV 80.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 41 92 121 0.66 0.24 0 0.53 201.75 0.49 0.32
Hex 29 5C 79 42 18 0 35 CA 31 20
Octal 51 134 171 102 30 0 65 312 61 40
Binary 101001 1011100 1111001 1000010 11000 0 110101 11001010 110001 100000

Color Harmonies of #295C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C79

Black with #295C79

Text Example


Text Example

White with #295C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,121); }

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

background-color css

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

 a { background-color: rgb(41,92,121); }

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

border-color css

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

 span { border-color: rgb(41,92,121); }

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