Html Css Color HEX #3487BC Curious Blue

📋 copy color: '#3487BC'

red 52 ◦ green 135 ◦ blue 188

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

Shades of Curious Blue #3487BC

Tints of Curious Blue #3487BC

RGB

 RED value IS 52 (20.7% from 255) = 13.87%

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 13.87%
G = 36%
B = 50.13%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3487BC (or 0x3487BC) is known color: Curious Blue. HEX triplet: 34, 87 and BC. RGB value is (52,135,188). Sum of RGB (Red+Green+Blue) = 52+135+188=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3487BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487BC is #CB7843. Grayscale: #737373. Windows color (decimal): -13334596 or 12355380. OLE color: 12355380.

HSL color Cylindrical-coordinate representation of color #3487BC: hue angle of 203.38º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3487BC is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 135 188 -
CMYK 0.72 0.28 0 0.26
HSL 203.38º 0.57% 0.47% -
HSV(B) 203.38º 0.72% 0.74% -
XYZ 19.16 21.69 50.75 -
YUV 116.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 52 135 188 0.72 0.28 0 0.26 203.38 0.57 0.47
Hex 34 87 BC 48 1C 0 1A CB 39 2F
Octal 64 207 274 110 34 0 32 313 71 57
Binary 110100 10000111 10111100 1001000 11100 0 11010 11001011 111001 101111

Color Harmonies of #3487BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3487BC

Black with #3487BC

Text Example


Text Example

White with #3487BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3487BC; }

 p { color: rgb(52,135,188); }

 H1.HeaderClassName
 {
   color: #3487BC;
 }
 .AnyTagClassName
 {
   color: #3487BC;
 }
</style>

background-color css

<style>
 a { background-color: #3487BC; }

 a { background-color: rgb(52,135,188); }

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

border-color css

<style>
 span { border-color: #3487BC; }

 span { border-color: rgb(52,135,188); }

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