Html Css Color HEX #3686C8 Curious Blue

📋 copy color: '#3686C8'

red 54 ◦ green 134 ◦ blue 200

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

Shades of Curious Blue #3686C8

Tints of Curious Blue #3686C8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

 BLUE value IS 200 (78.52% from 255) = 51.55%

R = 13.92%
G = 34.54%
B = 51.55%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3686C8 (or 0x3686C8) is known color: Curious Blue. HEX triplet: 36, 86 and C8. RGB value is (54,134,200). Sum of RGB (Red+Green+Blue) = 54+134+200=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #3686C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686C8 is #C97937. Grayscale: #757575. Windows color (decimal): -13203768 or 13141558. OLE color: 13141558.

HSL color Cylindrical-coordinate representation of color #3686C8: hue angle of 207.12º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3686C8 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 134 200 -
CMYK 0.73 0.33 0 0.22
HSL 207.12º 0.57% 0.5% -
HSV(B) 207.12º 0.73% 0.78% -
XYZ 20.47 22 57.81 -
YUV 117.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 54 134 200 0.73 0.33 0 0.22 207.12 0.57 0.5
Hex 36 86 C8 49 21 0 16 CF 39 32
Octal 66 206 310 111 41 0 26 317 71 62
Binary 110110 10000110 11001000 1001001 100001 0 10110 11001111 111001 110010

Color Harmonies of #3686C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3686C8

Black with #3686C8

Text Example


Text Example

White with #3686C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3686C8; }

 p { color: rgb(54,134,200); }

 H1.HeaderClassName
 {
   color: #3686C8;
 }
 .AnyTagClassName
 {
   color: #3686C8;
 }
</style>

background-color css

<style>
 a { background-color: #3686C8; }

 a { background-color: rgb(54,134,200); }

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

border-color css

<style>
 span { border-color: #3686C8; }

 span { border-color: rgb(54,134,200); }

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