Html Css Color HEX #296275 Orient

📋 copy color: '#296275'

red 41 ◦ green 98 ◦ blue 117

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

Shades of Orient #296275

Tints of Orient #296275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

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

R = 16.02%
G = 38.28%
B = 45.7%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296275 (or 0x296275) is known color: Orient. HEX triplet: 29, 62 and 75. RGB value is (41,98,117). Sum of RGB (Red+Green+Blue) = 41+98+117=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #296275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296275 is #D69D8A. Grayscale: #525252. Windows color (decimal): -14065035 or 7692841. OLE color: 7692841.

HSL color Cylindrical-coordinate representation of color #296275: hue angle of 195º 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 #296275 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 98 117 -
CMYK 0.65 0.16 0 0.54
HSL 195º 0.48% 0.31% -
HSV(B) 195º 0.65% 0.46% -
XYZ 8.49 10.49 18.41 -
YUV 83.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 41 98 117 0.65 0.16 0 0.54 195 0.48 0.31
Hex 29 62 75 41 10 0 36 C3 30 1F
Octal 51 142 165 101 20 0 66 303 60 37
Binary 101001 1100010 1110101 1000001 10000 0 110110 11000011 110000 11111

Color Harmonies of #296275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296275

Black with #296275

Text Example


Text Example

White with #296275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296275; }

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

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

background-color css

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

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

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

border-color css

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

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

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