Html Css Color HEX #3587BA Curious Blue

📋 copy color: '#3587BA'

red 53 ◦ green 135 ◦ blue 186

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

Shades of Curious Blue #3587BA

Tints of Curious Blue #3587BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 14.17%
G = 36.1%
B = 49.73%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3587BA (or 0x3587BA) is known color: Curious Blue. HEX triplet: 35, 87 and BA. RGB value is (53,135,186). Sum of RGB (Red+Green+Blue) = 53+135+186=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3587BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3587BA is #CA7845. Grayscale: #747474. Windows color (decimal): -13269062 or 12224309. OLE color: 12224309.

HSL color Cylindrical-coordinate representation of color #3587BA: hue angle of 203.01º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3587BA is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 135 186 -
CMYK 0.72 0.27 0 0.27
HSL 203.01º 0.56% 0.47% -
HSV(B) 203.01º 0.72% 0.73% -
XYZ 19 21.63 49.63 -
YUV 116.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 53 135 186 0.72 0.27 0 0.27 203.01 0.56 0.47
Hex 35 87 BA 48 1B 0 1B CB 38 2F
Octal 65 207 272 110 33 0 33 313 70 57
Binary 110101 10000111 10111010 1001000 11011 0 11011 11001011 111000 101111

Color Harmonies of #3587BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3587BA

Black with #3587BA

Text Example


Text Example

White with #3587BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3587BA; }

 p { color: rgb(53,135,186); }

 H1.HeaderClassName
 {
   color: #3587BA;
 }
 .AnyTagClassName
 {
   color: #3587BA;
 }
</style>

background-color css

<style>
 a { background-color: #3587BA; }

 a { background-color: rgb(53,135,186); }

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

border-color css

<style>
 span { border-color: #3587BA; }

 span { border-color: rgb(53,135,186); }

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