Html Css Color HEX #295B75 Orient

📋 copy color: '#295B75'

red 41 ◦ green 91 ◦ blue 117

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

Shades of Orient #295B75

Tints of Orient #295B75

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 16.47%
G = 36.55%
B = 46.99%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295B75 (or 0x295B75) is known color: Orient. HEX triplet: 29, 5B and 75. RGB value is (41,91,117). Sum of RGB (Red+Green+Blue) = 41+91+117=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #295B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B75 is #D6A48A. Grayscale: #4E4E4E. Windows color (decimal): -14066827 or 7691049. OLE color: 7691049.

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

Color convert

RGB 41 91 117 -
CMYK 0.65 0.22 0 0.54
HSL 200.53º 0.48% 0.31% -
HSV(B) 200.53º 0.65% 0.46% -
XYZ 7.87 9.24 18.2 -
YUV 79.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 41 91 117 0.65 0.22 0 0.54 200.53 0.48 0.31
Hex 29 5B 75 41 16 0 36 C9 30 1F
Octal 51 133 165 101 26 0 66 311 60 37
Binary 101001 1011011 1110101 1000001 10110 0 110110 11001001 110000 11111

Color Harmonies of #295B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B75

Black with #295B75

Text Example


Text Example

White with #295B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,91,117); }

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

background-color css

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

 a { background-color: rgb(41,91,117); }

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

border-color css

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

 span { border-color: rgb(41,91,117); }

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