Html Css Color HEX #3CAACC Viking

📋 copy color: '#3CAACC'

red 60 ◦ green 170 ◦ blue 204

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

Shades of Viking #3CAACC

Tints of Viking #3CAACC

RGB

 RED value IS 60 (23.83% from 255) = 13.82%

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 13.82%
G = 39.17%
B = 47%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3CAACC (or 0x3CAACC) is known color: Viking. HEX triplet: 3C, AA and CC. RGB value is (60,170,204). Sum of RGB (Red+Green+Blue) = 60+170+204=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAACC is #C35533. Grayscale: #8C8C8C. Windows color (decimal): -12801332 or 13412924. OLE color: 13412924.

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

Color convert

RGB 60 170 204 -
CMYK 0.71 0.17 0 0.2
HSL 194.17º 0.59% 0.52% -
HSV(B) 194.17º 0.71% 0.8% -
XYZ 27.14 34.07 62.27 -
YUV 140.99 163.56 70.24 -
System Red Green Blue C M Y K H S L
Decimal 60 170 204 0.71 0.17 0 0.2 194.17 0.59 0.52
Hex 3C AA CC 47 11 0 14 C2 3B 34
Octal 74 252 314 107 21 0 24 302 73 64
Binary 111100 10101010 11001100 1000111 10001 0 10100 11000010 111011 110100

Color Harmonies of #3CAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAACC

Black with #3CAACC

Text Example


Text Example

White with #3CAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,170,204); }

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

background-color css

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

 a { background-color: rgb(60,170,204); }

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

border-color css

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

 span { border-color: rgb(60,170,204); }

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