Html Css Color HEX #296673 Allports

📋 copy color: '#296673'

red 41 ◦ green 102 ◦ blue 115

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

Shades of Allports #296673

Tints of Allports #296673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 15.89%
G = 39.53%
B = 44.57%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296673 (or 0x296673) is known color: Allports. HEX triplet: 29, 66 and 73. RGB value is (41,102,115). Sum of RGB (Red+Green+Blue) = 41+102+115=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #296673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296673 is #D6998C. Grayscale: #555555. Windows color (decimal): -14064013 or 7562793. OLE color: 7562793.

HSL color Cylindrical-coordinate representation of color #296673: hue angle of 190.54º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296673 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 102 115 -
CMYK 0.64 0.11 0 0.55
HSL 190.54º 0.47% 0.31% -
HSV(B) 190.54º 0.64% 0.45% -
XYZ 8.76 11.21 17.92 -
YUV 85.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 41 102 115 0.64 0.11 0 0.55 190.54 0.47 0.31
Hex 29 66 73 40 B 0 37 BF 2F 1F
Octal 51 146 163 100 13 0 67 277 57 37
Binary 101001 1100110 1110011 1000000 1011 0 110111 10111111 101111 11111

Color Harmonies of #296673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296673

Black with #296673

Text Example


Text Example

White with #296673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296673; }

 p { color: rgb(41,102,115); }

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

background-color css

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

 a { background-color: rgb(41,102,115); }

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

border-color css

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

 span { border-color: rgb(41,102,115); }

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