Html Css Color HEX #3C7EBA Curious Blue

📋 copy color: '#3C7EBA'

red 60 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #3C7EBA

Tints of Curious Blue #3C7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.87%

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

R = 16.13%
G = 33.87%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C7EBA (or 0x3C7EBA) is known color: Curious Blue. HEX triplet: 3C, 7E and BA. RGB value is (60,126,186). Sum of RGB (Red+Green+Blue) = 60+126+186=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7EBA is #C38145. Grayscale: #707070. Windows color (decimal): -12812614 or 12222012. OLE color: 12222012.

HSL color Cylindrical-coordinate representation of color #3C7EBA: hue angle of 208.57º 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 #3C7EBA is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 126 186 -
CMYK 0.68 0.32 0 0.27
HSL 208.57º 0.51% 0.48% -
HSV(B) 208.57º 0.68% 0.73% -
XYZ 18.19 19.43 49.25 -
YUV 113.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 60 126 186 0.68 0.32 0 0.27 208.57 0.51 0.48
Hex 3C 7E BA 44 20 0 1B D1 33 30
Octal 74 176 272 104 40 0 33 321 63 60
Binary 111100 1111110 10111010 1000100 100000 0 11011 11010001 110011 110000

Color Harmonies of #3C7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7EBA

Black with #3C7EBA

Text Example


Text Example

White with #3C7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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