Html Css Color HEX #296678 Allports

📋 copy color: '#296678'

red 41 ◦ green 102 ◦ blue 120

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

Shades of Allports #296678

Tints of Allports #296678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.63%

R = 15.59%
G = 38.78%
B = 45.63%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296678 (or 0x296678) is known color: Allports. HEX triplet: 29, 66 and 78. RGB value is (41,102,120). Sum of RGB (Red+Green+Blue) = 41+102+120=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #296678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296678 is #D69987. Grayscale: #555555. Windows color (decimal): -14064008 or 7890473. OLE color: 7890473.

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

Color convert

RGB 41 102 120 -
CMYK 0.66 0.15 0 0.53
HSL 193.67º 0.49% 0.32% -
HSV(B) 193.67º 0.66% 0.47% -
XYZ 9.06 11.33 19.48 -
YUV 85.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 41 102 120 0.66 0.15 0 0.53 193.67 0.49 0.32
Hex 29 66 78 42 F 0 35 C2 31 20
Octal 51 146 170 102 17 0 65 302 61 40
Binary 101001 1100110 1111000 1000010 1111 0 110101 11000010 110001 100000

Color Harmonies of #296678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296678

Black with #296678

Text Example


Text Example

White with #296678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296678; }

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

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

background-color css

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

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

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

border-color css

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

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

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