Html Css Color HEX #3C82BC Curious Blue

📋 copy color: '#3C82BC'

red 60 ◦ green 130 ◦ blue 188

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

Shades of Curious Blue #3C82BC

Tints of Curious Blue #3C82BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 15.87%
G = 34.39%
B = 49.74%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C82BC (or 0x3C82BC) is known color: Curious Blue. HEX triplet: 3C, 82 and BC. RGB value is (60,130,188). Sum of RGB (Red+Green+Blue) = 60+130+188=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C82BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C82BC is #C37D43. Grayscale: #737373. Windows color (decimal): -12811588 or 12354108. OLE color: 12354108.

HSL color Cylindrical-coordinate representation of color #3C82BC: hue angle of 207.19º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C82BC is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 130 188 -
CMYK 0.68 0.31 0 0.26
HSL 207.19º 0.52% 0.49% -
HSV(B) 207.19º 0.68% 0.74% -
XYZ 18.92 20.56 50.55 -
YUV 115.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 60 130 188 0.68 0.31 0 0.26 207.19 0.52 0.49
Hex 3C 82 BC 44 1F 0 1A CF 34 31
Octal 74 202 274 104 37 0 32 317 64 61
Binary 111100 10000010 10111100 1000100 11111 0 11010 11001111 110100 110001

Color Harmonies of #3C82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C82BC

Black with #3C82BC

Text Example


Text Example

White with #3C82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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