#3CA7B7

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

Shades of Viking #3CA7B7

Tints of Viking #3CA7B7

Color information

#3CA7B7 (or 0x3CA7B7) is unknown color: approx Viking. HEX triplet: 3C, A7 and B7. RGB value is (60,167,183). Sum of RGB (Red+Green+Blue) = 60+167+183=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #3CA7B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA7B7 is #C35848. Grayscale: #888888. Windows color (decimal): -12802121 or 12035900. OLE color: 12035900.

HSL color Cylindrical-coordinate representation of color #3CA7B7: hue angle of 187.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CA7B7 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB60167183-
CMYK0.670.0900.28
HSL187.8º50.62%47.65%-
HSV(B)187.8º67.21%71.76%-
XYZ24.2332.0249.7-
YUV136.83154.0573.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.63%
GREEN value IS 167 (65.62% from 255) = 40.73%
BLUE value IS 183 (71.88% from 255) = 44.63%
R=14.63%
G=40.73%
B=44.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal601671830.670.0900.28187.850.6247.65
Hex3CA7B743901Cbc3330
Octal74247267103110342746360
Binary11110010100111101101111000011100101110010111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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