Html Css Color HEX #3C84BA Curious Blue

📋 copy color: '#3C84BA'

red 60 ◦ green 132 ◦ blue 186

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

Shades of Curious Blue #3C84BA

Tints of Curious Blue #3C84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.92%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 15.87%
G = 34.92%
B = 49.21%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C84BA (or 0x3C84BA) is known color: Curious Blue. HEX triplet: 3C, 84 and BA. RGB value is (60,132,186). Sum of RGB (Red+Green+Blue) = 60+132+186=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C84BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C84BA is #C37B45. Grayscale: #747474. Windows color (decimal): -12811078 or 12223548. OLE color: 12223548.

HSL color Cylindrical-coordinate representation of color #3C84BA: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C84BA is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 132 186 -
CMYK 0.68 0.29 0 0.27
HSL 205.71º 0.51% 0.48% -
HSV(B) 205.71º 0.68% 0.73% -
XYZ 18.98 21.01 49.51 -
YUV 116.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 60 132 186 0.68 0.29 0 0.27 205.71 0.51 0.48
Hex 3C 84 BA 44 1D 0 1B CE 33 30
Octal 74 204 272 104 35 0 33 316 63 60
Binary 111100 10000100 10111010 1000100 11101 0 11011 11001110 110011 110000

Color Harmonies of #3C84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C84BA

Black with #3C84BA

Text Example


Text Example

White with #3C84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,132,186); }

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

background-color css

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

 a { background-color: rgb(60,132,186); }

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

border-color css

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

 span { border-color: rgb(60,132,186); }

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