Html Css Color HEX #3FA4CC Viking

📋 copy color: '#3FA4CC'

red 63 ◦ green 164 ◦ blue 204

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

Shades of Viking #3FA4CC

Tints of Viking #3FA4CC

RGB

 RED value IS 63 (25% from 255) = 14.62%

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 14.62%
G = 38.05%
B = 47.33%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FA4CC (or 0x3FA4CC) is known color: Viking. HEX triplet: 3F, A4 and CC. RGB value is (63,164,204). Sum of RGB (Red+Green+Blue) = 63+164+204=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FA4CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA4CC is #C05B33. Grayscale: #8A8A8A. Windows color (decimal): -12606260 or 13411391. OLE color: 13411391.

HSL color Cylindrical-coordinate representation of color #3FA4CC: hue angle of 197.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FA4CC is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 164 204 -
CMYK 0.69 0.20 0 0.2
HSL 197.02º 0.58% 0.52% -
HSV(B) 197.02º 0.69% 0.8% -
XYZ 26.22 31.97 61.91 -
YUV 138.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 63 164 204 0.69 0.20 0 0.2 197.02 0.58 0.52
Hex 3F A4 CC 45 14 0 14 C5 3A 34
Octal 77 244 314 105 24 0 24 305 72 64
Binary 111111 10100100 11001100 1000101 10100 0 10100 11000101 111010 110100

Color Harmonies of #3FA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA4CC

Black with #3FA4CC

Text Example


Text Example

White with #3FA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FA4CC; }

 p { color: rgb(63,164,204); }

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

background-color css

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

 a { background-color: rgb(63,164,204); }

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

border-color css

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

 span { border-color: rgb(63,164,204); }

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