Html Css Color HEX #3CB5CC Viking

📋 copy color: '#3CB5CC'

red 60 ◦ green 181 ◦ blue 204

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

Shades of Viking #3CB5CC

Tints of Viking #3CB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 13.48%
G = 40.67%
B = 45.84%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3CB5CC (or 0x3CB5CC) is known color: Viking. HEX triplet: 3C, B5 and CC. RGB value is (60,181,204). Sum of RGB (Red+Green+Blue) = 60+181+204=445 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.48% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CB5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB5CC is #C34A33. Grayscale: #939393. Windows color (decimal): -12798516 or 13415740. OLE color: 13415740.

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

Color convert

RGB 60 181 204 -
CMYK 0.71 0.11 0 0.2
HSL 189.58º 0.59% 0.52% -
HSV(B) 189.58º 0.71% 0.8% -
XYZ 29.29 38.37 62.99 -
YUV 147.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 60 181 204 0.71 0.11 0 0.2 189.58 0.59 0.52
Hex 3C B5 CC 47 B 0 14 BE 3B 34
Octal 74 265 314 107 13 0 24 276 73 64
Binary 111100 10110101 11001100 1000111 1011 0 10100 10111110 111011 110100

Color Harmonies of #3CB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB5CC

Black with #3CB5CC

Text Example


Text Example

White with #3CB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,181,204); }

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

background-color css

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

 a { background-color: rgb(60,181,204); }

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

border-color css

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

 span { border-color: rgb(60,181,204); }

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