#3CA7C8

Color #3CA7C8 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3CA7C8

Tints of Viking #3CA7C8

Color information

#3CA7C8 (or 0x3CA7C8) is unknown color: approx Viking. HEX triplet: 3C, A7 and C8. RGB value is (60,167,200). Sum of RGB (Red+Green+Blue) = 60+167+200=427 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.05% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #3CA7C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA7C8 is #C35837. Grayscale: #8A8A8A. Windows color (decimal): -12802104 or 13150012. OLE color: 13150012.

HSL color Cylindrical-coordinate representation of color #3CA7C8: hue angle of 194.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CA7C8 is Cyan = 0.7, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB60167200-
CMYK0.70.1600.22
HSL194.14º56%50.98%-
HSV(B)194.14º70%78.43%-
XYZ26.1132.7759.59-
YUV138.77162.5571.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.05%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=14.05%
G=39.11%
B=46.84%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal601672000.70.1600.22194.145650.98
Hex3CA7C84610016c23833
Octal74247310106200263027063
Binary111100101001111100100010001101000001011011000010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,167,200); }

 H1.HeaderClassName
 {
   color: #3CA7C8;
 }
 .AnyTagClassName
 {
   color: #3CA7C8;
 }
</style>
background-color css

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

 a { background-color: rgb(60,167,200); }

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

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

 span { border-color: rgb(60,167,200); }

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