Html Css Color HEX #3487BE Curious Blue

📋 copy color: '#3487BE'

red 52 ◦ green 135 ◦ blue 190

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

Shades of Curious Blue #3487BE

Tints of Curious Blue #3487BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 13.79%
G = 35.81%
B = 50.4%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3487BE (or 0x3487BE) is known color: Curious Blue. HEX triplet: 34, 87 and BE. RGB value is (52,135,190). Sum of RGB (Red+Green+Blue) = 52+135+190=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3487BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487BE is #CB7841. Grayscale: #747474. Windows color (decimal): -13334594 or 12486452. OLE color: 12486452.

HSL color Cylindrical-coordinate representation of color #3487BE: hue angle of 203.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3487BE is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 135 190 -
CMYK 0.73 0.29 0 0.25
HSL 203.91º 0.57% 0.47% -
HSV(B) 203.91º 0.73% 0.75% -
XYZ 19.37 21.78 51.9 -
YUV 116.45 169.5 82.03 -
System Red Green Blue C M Y K H S L
Decimal 52 135 190 0.73 0.29 0 0.25 203.91 0.57 0.47
Hex 34 87 BE 49 1D 0 19 CC 39 2F
Octal 64 207 276 111 35 0 31 314 71 57
Binary 110100 10000111 10111110 1001001 11101 0 11001 11001100 111001 101111

Color Harmonies of #3487BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3487BE

Black with #3487BE

Text Example


Text Example

White with #3487BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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