Html Css Color HEX #296380 Orient

📋 copy color: '#296380'

red 41 ◦ green 99 ◦ blue 128

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

Shades of Orient #296380

Tints of Orient #296380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 128 (50.39% from 255) = 47.76%

R = 15.3%
G = 36.94%
B = 47.76%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#296380 (or 0x296380) is known color: Orient. HEX triplet: 29, 63 and 80. RGB value is (41,99,128). Sum of RGB (Red+Green+Blue) = 41+99+128=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #296380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296380 is #D69C7F. Grayscale: #545454. Windows color (decimal): -14064768 or 8413993. OLE color: 8413993.

HSL color Cylindrical-coordinate representation of color #296380: hue angle of 200º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296380 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 99 128 -
CMYK 0.68 0.23 0 0.50
HSL 200º 0.51% 0.33% -
HSV(B) 200º 0.68% 0.5% -
XYZ 9.27 10.95 22.05 -
YUV 84.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 41 99 128 0.68 0.23 0 0.50 200 0.51 0.33
Hex 29 63 80 44 17 0 32 C8 33 21
Octal 51 143 200 104 27 0 62 310 63 41
Binary 101001 1100011 10000000 1000100 10111 0 110010 11001000 110011 100001

Color Harmonies of #296380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296380

Black with #296380

Text Example


Text Example

White with #296380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296380; }

 p { color: rgb(41,99,128); }

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

background-color css

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

 a { background-color: rgb(41,99,128); }

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

border-color css

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

 span { border-color: rgb(41,99,128); }

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