Html Css Color HEX #3685AC Curious Blue

📋 copy color: '#3685AC'

red 54 ◦ green 133 ◦ blue 172

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

Shades of Curious Blue #3685AC

Tints of Curious Blue #3685AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 15.04%
G = 37.05%
B = 47.91%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3685AC (or 0x3685AC) is known color: Curious Blue. HEX triplet: 36, 85 and AC. RGB value is (54,133,172). Sum of RGB (Red+Green+Blue) = 54+133+172=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #3685AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3685AC is #C97A53. Grayscale: #717171. Windows color (decimal): -13204052 or 11306294. OLE color: 11306294.

HSL color Cylindrical-coordinate representation of color #3685AC: hue angle of 199.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3685AC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 133 172 -
CMYK 0.69 0.23 0 0.33
HSL 199.83º 0.52% 0.44% -
HSV(B) 199.83º 0.69% 0.67% -
XYZ 17.36 20.54 42.08 -
YUV 113.83 160.83 85.33 -
System Red Green Blue C M Y K H S L
Decimal 54 133 172 0.69 0.23 0 0.33 199.83 0.52 0.44
Hex 36 85 AC 45 17 0 21 C8 34 2C
Octal 66 205 254 105 27 0 41 310 64 54
Binary 110110 10000101 10101100 1000101 10111 0 100001 11001000 110100 101100

Color Harmonies of #3685AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685AC

Black with #3685AC

Text Example


Text Example

White with #3685AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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