Html Css Color HEX #295A77 Orient

📋 copy color: '#295A77'

red 41 ◦ green 90 ◦ blue 119

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

Shades of Orient #295A77

Tints of Orient #295A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 16.4%
G = 36%
B = 47.6%

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

#295A77 (or 0x295A77) is known color: Orient. HEX triplet: 29, 5A and 77. RGB value is (41,90,119). Sum of RGB (Red+Green+Blue) = 41+90+119=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #295A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A77 is #D6A588. Grayscale: #4E4E4E. Windows color (decimal): -14067081 or 7821865. OLE color: 7821865.

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

Color convert

RGB 41 90 119 -
CMYK 0.66 0.24 0 0.53
HSL 202.31º 0.49% 0.31% -
HSV(B) 202.31º 0.66% 0.47% -
XYZ 7.9 9.12 18.8 -
YUV 78.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 41 90 119 0.66 0.24 0 0.53 202.31 0.49 0.31
Hex 29 5A 77 42 18 0 35 CA 31 1F
Octal 51 132 167 102 30 0 65 312 61 37
Binary 101001 1011010 1110111 1000010 11000 0 110101 11001010 110001 11111

Color Harmonies of #295A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A77

Black with #295A77

Text Example


Text Example

White with #295A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,90,119); }

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

background-color css

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

 a { background-color: rgb(41,90,119); }

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

border-color css

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

 span { border-color: rgb(41,90,119); }

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