Html Css Color HEX #3C82BE Curious Blue

📋 copy color: '#3C82BE'

red 60 ◦ green 130 ◦ blue 190

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

Shades of Curious Blue #3C82BE

Tints of Curious Blue #3C82BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 15.79%
G = 34.21%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C82BE (or 0x3C82BE) is known color: Curious Blue. HEX triplet: 3C, 82 and BE. RGB value is (60,130,190). Sum of RGB (Red+Green+Blue) = 60+130+190=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C82BE is #C37D41. Grayscale: #737373. Windows color (decimal): -12811586 or 12485180. OLE color: 12485180.

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

Color convert

RGB 60 130 190 -
CMYK 0.68 0.32 0 0.25
HSL 207.69º 0.52% 0.49% -
HSV(B) 207.69º 0.68% 0.75% -
XYZ 19.14 20.64 51.69 -
YUV 115.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 60 130 190 0.68 0.32 0 0.25 207.69 0.52 0.49
Hex 3C 82 BE 44 20 0 19 D0 34 31
Octal 74 202 276 104 40 0 31 320 64 61
Binary 111100 10000010 10111110 1000100 100000 0 11001 11010000 110100 110001

Color Harmonies of #3C82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C82BE

Black with #3C82BE

Text Example


Text Example

White with #3C82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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