Html Css Color HEX #3684CF Curious Blue

📋 copy color: '#3684CF'

red 54 ◦ green 132 ◦ blue 207

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

Shades of Curious Blue #3684CF

Tints of Curious Blue #3684CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 13.74%
G = 33.59%
B = 52.67%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3684CF (or 0x3684CF) is known color: Curious Blue. HEX triplet: 36, 84 and CF. RGB value is (54,132,207). Sum of RGB (Red+Green+Blue) = 54+132+207=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #3684CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3684CF is #C97B30. Grayscale: #747474. Windows color (decimal): -13204273 or 13599798. OLE color: 13599798.

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

Color convert

RGB 54 132 207 -
CMYK 0.74 0.36 0 0.19
HSL 209.41º 0.61% 0.51% -
HSV(B) 209.41º 0.74% 0.81% -
XYZ 21.04 21.79 62.13 -
YUV 117.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 54 132 207 0.74 0.36 0 0.19 209.41 0.61 0.51
Hex 36 84 CF 4A 24 0 13 D1 3D 33
Octal 66 204 317 112 44 0 23 321 75 63
Binary 110110 10000100 11001111 1001010 100100 0 10011 11010001 111101 110011

Color Harmonies of #3684CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3684CF

Black with #3684CF

Text Example


Text Example

White with #3684CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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