Html Css Color HEX #429EC2 Viking

📋 copy color: '#429EC2'

red 66 ◦ green 158 ◦ blue 194

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

Shades of Viking #429EC2

Tints of Viking #429EC2

RGB

 RED value IS 66 (26.17% from 255) = 15.79%

 GREEN value IS 158 (62.11% from 255) = 37.8%

 BLUE value IS 194 (76.17% from 255) = 46.41%

R = 15.79%
G = 37.8%
B = 46.41%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#429EC2 (or 0x429EC2) is known color: Viking. HEX triplet: 42, 9E and C2. RGB value is (66,158,194). Sum of RGB (Red+Green+Blue) = 66+158+194=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #429EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EC2 is #BD613D. Grayscale: #868686. Windows color (decimal): -12411198 or 12754498. OLE color: 12754498.

HSL color Cylindrical-coordinate representation of color #429EC2: hue angle of 196.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429EC2 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 158 194 -
CMYK 0.66 0.19 0 0.24
HSL 196.88º 0.51% 0.51% -
HSV(B) 196.88º 0.66% 0.76% -
XYZ 24.21 29.51 55.46 -
YUV 134.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 66 158 194 0.66 0.19 0 0.24 196.88 0.51 0.51
Hex 42 9E C2 42 13 0 18 C5 33 33
Octal 102 236 302 102 23 0 30 305 63 63
Binary 1000010 10011110 11000010 1000010 10011 0 11000 11000101 110011 110011

Color Harmonies of #429EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EC2

Black with #429EC2

Text Example


Text Example

White with #429EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429EC2; }

 p { color: rgb(66,158,194); }

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

background-color css

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

 a { background-color: rgb(66,158,194); }

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

border-color css

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

 span { border-color: rgb(66,158,194); }

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