Html Css Color HEX #3489DB Curious Blue

📋 copy color: '#3489DB'

red 52 ◦ green 137 ◦ blue 219

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

Shades of Curious Blue #3489DB

Tints of Curious Blue #3489DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 12.75%
G = 33.58%
B = 53.68%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3489DB (or 0x3489DB) is known color: Curious Blue. HEX triplet: 34, 89 and DB. RGB value is (52,137,219). Sum of RGB (Red+Green+Blue) = 52+137+219=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #3489DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489DB is #CB7624. Grayscale: #787878. Windows color (decimal): -13334053 or 14387508. OLE color: 14387508.

HSL color Cylindrical-coordinate representation of color #3489DB: hue angle of 209.46º 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 #3489DB is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 137 219 -
CMYK 0.76 0.37 0 0.14
HSL 209.46º 0.7% 0.53% -
HSV(B) 209.46º 0.76% 0.86% -
XYZ 23.15 23.74 70.38 -
YUV 120.93 183.34 78.83 -
System Red Green Blue C M Y K H S L
Decimal 52 137 219 0.76 0.37 0 0.14 209.46 0.7 0.53
Hex 34 89 DB 4C 25 0 E D1 46 35
Octal 64 211 333 114 45 0 16 321 106 65
Binary 110100 10001001 11011011 1001100 100101 0 1110 11010001 1000110 110101

Color Harmonies of #3489DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3489DB

Black with #3489DB

Text Example


Text Example

White with #3489DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,137,219); }

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

background-color css

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

 a { background-color: rgb(52,137,219); }

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

border-color css

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

 span { border-color: rgb(52,137,219); }

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