Html Css Color HEX #3684CC Curious Blue

📋 copy color: '#3684CC'

red 54 ◦ green 132 ◦ blue 204

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

Shades of Curious Blue #3684CC

Tints of Curious Blue #3684CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 13.85%
G = 33.85%
B = 52.31%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3684CC (or 0x3684CC) is known color: Curious Blue. HEX triplet: 36, 84 and CC. RGB value is (54,132,204). Sum of RGB (Red+Green+Blue) = 54+132+204=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #3684CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3684CC is #C97B33. Grayscale: #747474. Windows color (decimal): -13204276 or 13403190. OLE color: 13403190.

HSL color Cylindrical-coordinate representation of color #3684CC: hue angle of 208.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 #3684CC is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 132 204 -
CMYK 0.74 0.35 0 0.2
HSL 208.8º 0.6% 0.51% -
HSV(B) 208.8º 0.74% 0.8% -
XYZ 20.67 21.65 60.22 -
YUV 116.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 54 132 204 0.74 0.35 0 0.2 208.8 0.6 0.51
Hex 36 84 CC 4A 23 0 14 D1 3C 33
Octal 66 204 314 112 43 0 24 321 74 63
Binary 110110 10000100 11001100 1001010 100011 0 10100 11010001 111100 110011

Color Harmonies of #3684CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3684CC

Black with #3684CC

Text Example


Text Example

White with #3684CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3684CC; }

 p { color: rgb(54,132,204); }

 H1.HeaderClassName
 {
   color: #3684CC;
 }
 .AnyTagClassName
 {
   color: #3684CC;
 }
</style>

background-color css

<style>
 a { background-color: #3684CC; }

 a { background-color: rgb(54,132,204); }

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

border-color css

<style>
 span { border-color: #3684CC; }

 span { border-color: rgb(54,132,204); }

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