Html Css Color HEX #3682CE Curious Blue

📋 copy color: '#3682CE'

red 54 ◦ green 130 ◦ blue 206

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

Shades of Curious Blue #3682CE

Tints of Curious Blue #3682CE

RGB

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

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

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

R = 13.85%
G = 33.33%
B = 52.82%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3682CE (or 0x3682CE) is known color: Curious Blue. HEX triplet: 36, 82 and CE. RGB value is (54,130,206). Sum of RGB (Red+Green+Blue) = 54+130+206=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #3682CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682CE is #C97D31. Grayscale: #737373. Windows color (decimal): -13204786 or 13533750. OLE color: 13533750.

HSL color Cylindrical-coordinate representation of color #3682CE: hue angle of 210º 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 #3682CE is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 130 206 -
CMYK 0.74 0.37 0 0.19
HSL 210º 0.61% 0.51% -
HSV(B) 210º 0.74% 0.81% -
XYZ 20.64 21.21 61.4 -
YUV 115.94 178.82 83.82 -
System Red Green Blue C M Y K H S L
Decimal 54 130 206 0.74 0.37 0 0.19 210 0.61 0.51
Hex 36 82 CE 4A 25 0 13 D2 3D 33
Octal 66 202 316 112 45 0 23 322 75 63
Binary 110110 10000010 11001110 1001010 100101 0 10011 11010010 111101 110011

Color Harmonies of #3682CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3682CE

Black with #3682CE

Text Example


Text Example

White with #3682CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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