Html Css Color HEX #3584AC Curious Blue

📋 copy color: '#3584AC'

red 53 ◦ green 132 ◦ blue 172

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

Shades of Curious Blue #3584AC

Tints of Curious Blue #3584AC

RGB

 RED value IS 53 (21.09% from 255) = 14.85%

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

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

R = 14.85%
G = 36.97%
B = 48.18%

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

#3584AC (or 0x3584AC) is known color: Curious Blue. HEX triplet: 35, 84 and AC. RGB value is (53,132,172). Sum of RGB (Red+Green+Blue) = 53+132+172=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #3584AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3584AC is #CA7B53. Grayscale: #707070. Windows color (decimal): -13269844 or 11306037. OLE color: 11306037.

HSL color Cylindrical-coordinate representation of color #3584AC: hue angle of 200.17º degrees, saturation: 0.53, 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 #3584AC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 132 172 -
CMYK 0.69 0.23 0 0.33
HSL 200.17º 0.53% 0.44% -
HSV(B) 200.17º 0.69% 0.67% -
XYZ 17.17 20.24 42.03 -
YUV 112.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 53 132 172 0.69 0.23 0 0.33 200.17 0.53 0.44
Hex 35 84 AC 45 17 0 21 C8 35 2C
Octal 65 204 254 105 27 0 41 310 65 54
Binary 110101 10000100 10101100 1000101 10111 0 100001 11001000 110101 101100

Color Harmonies of #3584AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3584AC

Black with #3584AC

Text Example


Text Example

White with #3584AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,132,172); }

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

background-color css

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

 a { background-color: rgb(53,132,172); }

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

border-color css

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

 span { border-color: rgb(53,132,172); }

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