Html Css Color HEX #3685CE Curious Blue

📋 copy color: '#3685CE'

red 54 ◦ green 133 ◦ blue 206

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

Shades of Curious Blue #3685CE

Tints of Curious Blue #3685CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

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

R = 13.74%
G = 33.84%
B = 52.42%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3685CE (or 0x3685CE) is known color: Curious Blue. HEX triplet: 36, 85 and CE. RGB value is (54,133,206). Sum of RGB (Red+Green+Blue) = 54+133+206=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3685CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685CE is #C97A31. Grayscale: #757575. Windows color (decimal): -13204018 or 13534518. OLE color: 13534518.

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

Color convert

RGB 54 133 206 -
CMYK 0.74 0.35 0 0.19
HSL 208.82º 0.61% 0.51% -
HSV(B) 208.82º 0.74% 0.81% -
XYZ 21.05 22.02 61.53 -
YUV 117.7 177.83 82.56 -
System Red Green Blue C M Y K H S L
Decimal 54 133 206 0.74 0.35 0 0.19 208.82 0.61 0.51
Hex 36 85 CE 4A 23 0 13 D1 3D 33
Octal 66 205 316 112 43 0 23 321 75 63
Binary 110110 10000101 11001110 1001010 100011 0 10011 11010001 111101 110011

Color Harmonies of #3685CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685CE

Black with #3685CE

Text Example


Text Example

White with #3685CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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