Html Css Color HEX #3680BB Curious Blue

📋 copy color: '#3680BB'

red 54 ◦ green 128 ◦ blue 187

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

Shades of Curious Blue #3680BB

Tints of Curious Blue #3680BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 14.63%
G = 34.69%
B = 50.68%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3680BB (or 0x3680BB) is known color: Curious Blue. HEX triplet: 36, 80 and BB. RGB value is (54,128,187). Sum of RGB (Red+Green+Blue) = 54+128+187=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #3680BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680BB is #C97F44. Grayscale: #707070. Windows color (decimal): -13205317 or 12288054. OLE color: 12288054.

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

Color convert

RGB 54 128 187 -
CMYK 0.71 0.32 0 0.27
HSL 206.62º 0.55% 0.47% -
HSV(B) 206.62º 0.71% 0.73% -
XYZ 18.21 19.81 49.88 -
YUV 112.6 169.98 86.2 -
System Red Green Blue C M Y K H S L
Decimal 54 128 187 0.71 0.32 0 0.27 206.62 0.55 0.47
Hex 36 80 BB 47 20 0 1B CF 37 2F
Octal 66 200 273 107 40 0 33 317 67 57
Binary 110110 10000000 10111011 1000111 100000 0 11011 11001111 110111 101111

Color Harmonies of #3680BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3680BB

Black with #3680BB

Text Example


Text Example

White with #3680BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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