Html Css Color HEX #3584CE Curious Blue

📋 copy color: '#3584CE'

red 53 ◦ green 132 ◦ blue 206

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

Shades of Curious Blue #3584CE

Tints of Curious Blue #3584CE

RGB

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

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

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

R = 13.55%
G = 33.76%
B = 52.69%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3584CE (or 0x3584CE) is known color: Curious Blue. HEX triplet: 35, 84 and CE. RGB value is (53,132,206). Sum of RGB (Red+Green+Blue) = 53+132+206=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3584CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3584CE is #CA7B31. Grayscale: #747474. Windows color (decimal): -13269810 or 13534261. OLE color: 13534261.

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

Color convert

RGB 53 132 206 -
CMYK 0.74 0.36 0 0.19
HSL 209.02º 0.61% 0.51% -
HSV(B) 209.02º 0.74% 0.81% -
XYZ 20.86 21.72 61.48 -
YUV 116.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 53 132 206 0.74 0.36 0 0.19 209.02 0.61 0.51
Hex 35 84 CE 4A 24 0 13 D1 3D 33
Octal 65 204 316 112 44 0 23 321 75 63
Binary 110101 10000100 11001110 1001010 100100 0 10011 11010001 111101 110011

Color Harmonies of #3584CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3584CE

Black with #3584CE

Text Example


Text Example

White with #3584CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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