Html Css Color HEX #3CB6CD Viking

📋 copy color: '#3CB6CD'

red 60 ◦ green 182 ◦ blue 205

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

Shades of Viking #3CB6CD

Tints of Viking #3CB6CD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 13.42%
G = 40.72%
B = 45.86%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3CB6CD (or 0x3CB6CD) is known color: Viking. HEX triplet: 3C, B6 and CD. RGB value is (60,182,205). Sum of RGB (Red+Green+Blue) = 60+182+205=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #3CB6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB6CD is #C34932. Grayscale: #939393. Windows color (decimal): -12798259 or 13481532. OLE color: 13481532.

HSL color Cylindrical-coordinate representation of color #3CB6CD: hue angle of 189.52º 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 #3CB6CD is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 182 205 -
CMYK 0.71 0.11 0 0.20
HSL 189.52º 0.59% 0.52% -
HSV(B) 189.52º 0.71% 0.8% -
XYZ 29.61 38.82 63.69 -
YUV 148.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 60 182 205 0.71 0.11 0 0.20 189.52 0.59 0.52
Hex 3C B6 CD 47 B 0 14 BE 3B 34
Octal 74 266 315 107 13 0 24 276 73 64
Binary 111100 10110110 11001101 1000111 1011 0 10100 10111110 111011 110100

Color Harmonies of #3CB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB6CD

Black with #3CB6CD

Text Example


Text Example

White with #3CB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,182,205); }

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

background-color css

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

 a { background-color: rgb(60,182,205); }

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

border-color css

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

 span { border-color: rgb(60,182,205); }

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