Html Css Color HEX #295C74 Orient

📋 copy color: '#295C74'

red 41 ◦ green 92 ◦ blue 116

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

Shades of Orient #295C74

Tints of Orient #295C74

RGB

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

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

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

R = 16.47%
G = 36.95%
B = 46.59%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295C74 (or 0x295C74) is known color: Orient. HEX triplet: 29, 5C and 74. RGB value is (41,92,116). Sum of RGB (Red+Green+Blue) = 41+92+116=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #295C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C74 is #D6A38B. Grayscale: #4F4F4F. Windows color (decimal): -14066572 or 7625769. OLE color: 7625769.

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

Color convert

RGB 41 92 116 -
CMYK 0.65 0.21 0 0.55
HSL 199.2º 0.48% 0.31% -
HSV(B) 199.2º 0.65% 0.45% -
XYZ 7.89 9.39 17.92 -
YUV 79.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 41 92 116 0.65 0.21 0 0.55 199.2 0.48 0.31
Hex 29 5C 74 41 15 0 37 C7 30 1F
Octal 51 134 164 101 25 0 67 307 60 37
Binary 101001 1011100 1110100 1000001 10101 0 110111 11000111 110000 11111

Color Harmonies of #295C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C74

Black with #295C74

Text Example


Text Example

White with #295C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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