Html Css Color HEX #3CBCCA Viking

📋 copy color: '#3CBCCA'

red 60 ◦ green 188 ◦ blue 202

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

Shades of Viking #3CBCCA

Tints of Viking #3CBCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 13.33%
G = 41.78%
B = 44.89%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3CBCCA (or 0x3CBCCA) is known color: Viking. HEX triplet: 3C, BC and CA. RGB value is (60,188,202). Sum of RGB (Red+Green+Blue) = 60+188+202=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #3CBCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCCA is #C34335. Grayscale: #979797. Windows color (decimal): -12796726 or 13286460. OLE color: 13286460.

HSL color Cylindrical-coordinate representation of color #3CBCCA: hue angle of 185.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CBCCA is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 188 202 -
CMYK 0.70 0.07 0 0.21
HSL 185.92º 0.57% 0.51% -
HSV(B) 185.92º 0.7% 0.79% -
XYZ 30.51 41.19 62.22 -
YUV 151.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 60 188 202 0.70 0.07 0 0.21 185.92 0.57 0.51
Hex 3C BC CA 46 7 0 15 BA 39 33
Octal 74 274 312 106 7 0 25 272 71 63
Binary 111100 10111100 11001010 1000110 111 0 10101 10111010 111001 110011

Color Harmonies of #3CBCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCCA

Black with #3CBCCA

Text Example


Text Example

White with #3CBCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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