Html Css Color HEX #3CBCCD Viking

📋 copy color: '#3CBCCD'

red 60 ◦ green 188 ◦ blue 205

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

Shades of Viking #3CBCCD

Tints of Viking #3CBCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 13.25%
G = 41.5%
B = 45.25%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3CBCCD (or 0x3CBCCD) is known color: Viking. HEX triplet: 3C, BC and CD. RGB value is (60,188,205). Sum of RGB (Red+Green+Blue) = 60+188+205=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #3CBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCCD is #C34332. Grayscale: #979797. Windows color (decimal): -12796723 or 13483068. OLE color: 13483068.

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

Color convert

RGB 60 188 205 -
CMYK 0.71 0.08 0 0.20
HSL 187.03º 0.59% 0.52% -
HSV(B) 187.03º 0.71% 0.8% -
XYZ 30.87 41.33 64.11 -
YUV 151.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 60 188 205 0.71 0.08 0 0.20 187.03 0.59 0.52
Hex 3C BC CD 47 8 0 14 BB 3B 34
Octal 74 274 315 107 10 0 24 273 73 64
Binary 111100 10111100 11001101 1000111 1000 0 10100 10111011 111011 110100

Color Harmonies of #3CBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCCD

Black with #3CBCCD

Text Example


Text Example

White with #3CBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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