Html Css Color HEX #3685BC Curious Blue

📋 copy color: '#3685BC'

red 54 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #3685BC

Tints of Curious Blue #3685BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 14.4%
G = 35.47%
B = 50.13%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3685BC (or 0x3685BC) is known color: Curious Blue. HEX triplet: 36, 85 and BC. RGB value is (54,133,188). Sum of RGB (Red+Green+Blue) = 54+133+188=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3685BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685BC is #C97A43. Grayscale: #737373. Windows color (decimal): -13204036 or 12354870. OLE color: 12354870.

HSL color Cylindrical-coordinate representation of color #3685BC: hue angle of 204.63º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3685BC is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 133 188 -
CMYK 0.71 0.29 0 0.26
HSL 204.63º 0.55% 0.47% -
HSV(B) 204.63º 0.71% 0.74% -
XYZ 18.99 21.19 50.67 -
YUV 115.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 54 133 188 0.71 0.29 0 0.26 204.63 0.55 0.47
Hex 36 85 BC 47 1D 0 1A CD 37 2F
Octal 66 205 274 107 35 0 32 315 67 57
Binary 110110 10000101 10111100 1000111 11101 0 11010 11001101 110111 101111

Color Harmonies of #3685BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685BC

Black with #3685BC

Text Example


Text Example

White with #3685BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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