Html Css Color HEX #3680BA Curious Blue

📋 copy color: '#3680BA'

red 54 ◦ green 128 ◦ blue 186

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

Shades of Curious Blue #3680BA

Tints of Curious Blue #3680BA

RGB

 RED value IS 54 (21.48% from 255) = 14.67%

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 14.67%
G = 34.78%
B = 50.54%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3680BA (or 0x3680BA) is known color: Curious Blue. HEX triplet: 36, 80 and BA. RGB value is (54,128,186). Sum of RGB (Red+Green+Blue) = 54+128+186=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #3680BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680BA is #C97F45. Grayscale: #707070. Windows color (decimal): -13205318 or 12222518. OLE color: 12222518.

HSL color Cylindrical-coordinate representation of color #3680BA: hue angle of 206.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3680BA is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 128 186 -
CMYK 0.71 0.31 0 0.27
HSL 206.36º 0.55% 0.47% -
HSV(B) 206.36º 0.71% 0.73% -
XYZ 18.1 19.77 49.32 -
YUV 112.49 169.48 86.28 -
System Red Green Blue C M Y K H S L
Decimal 54 128 186 0.71 0.31 0 0.27 206.36 0.55 0.47
Hex 36 80 BA 47 1F 0 1B CE 37 2F
Octal 66 200 272 107 37 0 33 316 67 57
Binary 110110 10000000 10111010 1000111 11111 0 11011 11001110 110111 101111

Color Harmonies of #3680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3680BA

Black with #3680BA

Text Example


Text Example

White with #3680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3680BA; }

 p { color: rgb(54,128,186); }

 H1.HeaderClassName
 {
   color: #3680BA;
 }
 .AnyTagClassName
 {
   color: #3680BA;
 }
</style>

background-color css

<style>
 a { background-color: #3680BA; }

 a { background-color: rgb(54,128,186); }

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

border-color css

<style>
 span { border-color: #3680BA; }

 span { border-color: rgb(54,128,186); }

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