Html Css Color HEX #3490BD Curious Blue

📋 copy color: '#3490BD'

red 52 ◦ green 144 ◦ blue 189

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

Shades of Curious Blue #3490BD

Tints of Curious Blue #3490BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 13.51%
G = 37.4%
B = 49.09%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3490BD (or 0x3490BD) is known color: Curious Blue. HEX triplet: 34, 90 and BD. RGB value is (52,144,189). Sum of RGB (Red+Green+Blue) = 52+144+189=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #3490BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3490BD is #CB6F42. Grayscale: #797979. Windows color (decimal): -13332291 or 12423220. OLE color: 12423220.

HSL color Cylindrical-coordinate representation of color #3490BD: hue angle of 199.71º 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 #3490BD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 144 189 -
CMYK 0.72 0.24 0 0.26
HSL 199.71º 0.57% 0.47% -
HSV(B) 199.71º 0.72% 0.74% -
XYZ 20.57 24.35 51.76 -
YUV 121.62 166.02 78.34 -
System Red Green Blue C M Y K H S L
Decimal 52 144 189 0.72 0.24 0 0.26 199.71 0.57 0.47
Hex 34 90 BD 48 18 0 1A C8 39 2F
Octal 64 220 275 110 30 0 32 310 71 57
Binary 110100 10010000 10111101 1001000 11000 0 11010 11001000 111001 101111

Color Harmonies of #3490BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3490BD

Black with #3490BD

Text Example


Text Example

White with #3490BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3490BD; }

 p { color: rgb(52,144,189); }

 H1.HeaderClassName
 {
   color: #3490BD;
 }
 .AnyTagClassName
 {
   color: #3490BD;
 }
</style>

background-color css

<style>
 a { background-color: #3490BD; }

 a { background-color: rgb(52,144,189); }

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

border-color css

<style>
 span { border-color: #3490BD; }

 span { border-color: rgb(52,144,189); }

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