Html Css Color HEX #3682CD Curious Blue

📋 copy color: '#3682CD'

red 54 ◦ green 130 ◦ blue 205

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

Shades of Curious Blue #3682CD

Tints of Curious Blue #3682CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 13.88%
G = 33.42%
B = 52.7%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3682CD (or 0x3682CD) is known color: Curious Blue. HEX triplet: 36, 82 and CD. RGB value is (54,130,205). Sum of RGB (Red+Green+Blue) = 54+130+205=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #3682CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682CD is #C97D32. Grayscale: #737373. Windows color (decimal): -13204787 or 13468214. OLE color: 13468214.

HSL color Cylindrical-coordinate representation of color #3682CD: hue angle of 209.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3682CD is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 130 205 -
CMYK 0.74 0.37 0 0.20
HSL 209.8º 0.6% 0.51% -
HSV(B) 209.8º 0.74% 0.8% -
XYZ 20.52 21.16 60.76 -
YUV 115.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 54 130 205 0.74 0.37 0 0.20 209.8 0.6 0.51
Hex 36 82 CD 4A 25 0 14 D2 3C 33
Octal 66 202 315 112 45 0 24 322 74 63
Binary 110110 10000010 11001101 1001010 100101 0 10100 11010010 111100 110011

Color Harmonies of #3682CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3682CD

Black with #3682CD

Text Example


Text Example

White with #3682CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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