Html Css Color HEX #3586DB Curious Blue

📋 copy color: '#3586DB'

red 53 ◦ green 134 ◦ blue 219

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

Shades of Curious Blue #3586DB

Tints of Curious Blue #3586DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 13.05%
G = 33%
B = 53.94%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3586DB (or 0x3586DB) is known color: Curious Blue. HEX triplet: 35, 86 and DB. RGB value is (53,134,219). Sum of RGB (Red+Green+Blue) = 53+134+219=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #3586DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586DB is #CA7924. Grayscale: #777777. Windows color (decimal): -13269285 or 14386741. OLE color: 14386741.

HSL color Cylindrical-coordinate representation of color #3586DB: hue angle of 210.72º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3586DB is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 134 219 -
CMYK 0.76 0.39 0 0.14
HSL 210.72º 0.7% 0.53% -
HSV(B) 210.72º 0.76% 0.86% -
XYZ 22.78 22.92 70.24 -
YUV 119.47 184.16 80.59 -
System Red Green Blue C M Y K H S L
Decimal 53 134 219 0.76 0.39 0 0.14 210.72 0.7 0.53
Hex 35 86 DB 4C 27 0 E D3 46 35
Octal 65 206 333 114 47 0 16 323 106 65
Binary 110101 10000110 11011011 1001100 100111 0 1110 11010011 1000110 110101

Color Harmonies of #3586DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3586DB

Black with #3586DB

Text Example


Text Example

White with #3586DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3586DB; }

 p { color: rgb(53,134,219); }

 H1.HeaderClassName
 {
   color: #3586DB;
 }
 .AnyTagClassName
 {
   color: #3586DB;
 }
</style>

background-color css

<style>
 a { background-color: #3586DB; }

 a { background-color: rgb(53,134,219); }

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

border-color css

<style>
 span { border-color: #3586DB; }

 span { border-color: rgb(53,134,219); }

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