Html Css Color HEX #3680CE Curious Blue

📋 copy color: '#3680CE'

red 54 ◦ green 128 ◦ blue 206

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

Shades of Curious Blue #3680CE

Tints of Curious Blue #3680CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 13.92%
G = 32.99%
B = 53.09%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3680CE (or 0x3680CE) is known color: Curious Blue. HEX triplet: 36, 80 and CE. RGB value is (54,128,206). Sum of RGB (Red+Green+Blue) = 54+128+206=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3680CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680CE is #C97F31. Grayscale: #727272. Windows color (decimal): -13205298 or 13533238. OLE color: 13533238.

HSL color Cylindrical-coordinate representation of color #3680CE: hue angle of 210.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3680CE is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 128 206 -
CMYK 0.74 0.38 0 0.19
HSL 210.79º 0.61% 0.51% -
HSV(B) 210.79º 0.74% 0.81% -
XYZ 20.38 20.68 61.31 -
YUV 114.77 179.48 84.66 -
System Red Green Blue C M Y K H S L
Decimal 54 128 206 0.74 0.38 0 0.19 210.79 0.61 0.51
Hex 36 80 CE 4A 26 0 13 D3 3D 33
Octal 66 200 316 112 46 0 23 323 75 63
Binary 110110 10000000 11001110 1001010 100110 0 10011 11010011 111101 110011

Color Harmonies of #3680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3680CE

Black with #3680CE

Text Example


Text Example

White with #3680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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