Html Css Color HEX #3CA6BC Viking

📋 copy color: '#3CA6BC'

red 60 ◦ green 166 ◦ blue 188

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

Shades of Viking #3CA6BC

Tints of Viking #3CA6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 14.49%
G = 40.1%
B = 45.41%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3CA6BC (or 0x3CA6BC) is known color: Viking. HEX triplet: 3C, A6 and BC. RGB value is (60,166,188). Sum of RGB (Red+Green+Blue) = 60+166+188=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #3CA6BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA6BC is #C35943. Grayscale: #888888. Windows color (decimal): -12802372 or 12363324. OLE color: 12363324.

HSL color Cylindrical-coordinate representation of color #3CA6BC: hue angle of 190.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CA6BC is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 166 188 -
CMYK 0.68 0.12 0 0.26
HSL 190.31º 0.52% 0.49% -
HSV(B) 190.31º 0.68% 0.74% -
XYZ 24.58 31.86 52.43 -
YUV 136.81 156.88 73.21 -
System Red Green Blue C M Y K H S L
Decimal 60 166 188 0.68 0.12 0 0.26 190.31 0.52 0.49
Hex 3C A6 BC 44 C 0 1A BE 34 31
Octal 74 246 274 104 14 0 32 276 64 61
Binary 111100 10100110 10111100 1000100 1100 0 11010 10111110 110100 110001

Color Harmonies of #3CA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA6BC

Black with #3CA6BC

Text Example


Text Example

White with #3CA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,166,188); }

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

background-color css

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

 a { background-color: rgb(60,166,188); }

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

border-color css

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

 span { border-color: rgb(60,166,188); }

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