Html Css Color HEX #3682BC Curious Blue

📋 copy color: '#3682BC'

red 54 ◦ green 130 ◦ blue 188

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

Shades of Curious Blue #3682BC

Tints of Curious Blue #3682BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 14.52%
G = 34.95%
B = 50.54%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3682BC (or 0x3682BC) is known color: Curious Blue. HEX triplet: 36, 82 and BC. RGB value is (54,130,188). Sum of RGB (Red+Green+Blue) = 54+130+188=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3682BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682BC is #C97D43. Grayscale: #717171. Windows color (decimal): -13204804 or 12354102. OLE color: 12354102.

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

Color convert

RGB 54 130 188 -
CMYK 0.71 0.31 0 0.26
HSL 205.97º 0.55% 0.47% -
HSV(B) 205.97º 0.71% 0.74% -
XYZ 18.58 20.38 50.53 -
YUV 113.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 54 130 188 0.71 0.31 0 0.26 205.97 0.55 0.47
Hex 36 82 BC 47 1F 0 1A CE 37 2F
Octal 66 202 274 107 37 0 32 316 67 57
Binary 110110 10000010 10111100 1000111 11111 0 11010 11001110 110111 101111

Color Harmonies of #3682BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3682BC

Black with #3682BC

Text Example


Text Example

White with #3682BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3682BC; }

 p { color: rgb(54,130,188); }

 H1.HeaderClassName
 {
   color: #3682BC;
 }
 .AnyTagClassName
 {
   color: #3682BC;
 }
</style>

background-color css

<style>
 a { background-color: #3682BC; }

 a { background-color: rgb(54,130,188); }

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

border-color css

<style>
 span { border-color: #3682BC; }

 span { border-color: rgb(54,130,188); }

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