Html Css Color HEX #3489B6 Curious Blue

📋 copy color: '#3489B6'

red 52 ◦ green 137 ◦ blue 182

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

Shades of Curious Blue #3489B6

Tints of Curious Blue #3489B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.06%

R = 14.02%
G = 36.93%
B = 49.06%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3489B6 (or 0x3489B6) is known color: Curious Blue. HEX triplet: 34, 89 and B6. RGB value is (52,137,182). Sum of RGB (Red+Green+Blue) = 52+137+182=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #3489B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489B6 is #CB7649. Grayscale: #747474. Windows color (decimal): -13334090 or 11962676. OLE color: 11962676.

HSL color Cylindrical-coordinate representation of color #3489B6: hue angle of 200.77º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3489B6 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 137 182 -
CMYK 0.71 0.25 0 0.29
HSL 200.77º 0.56% 0.46% -
HSV(B) 200.77º 0.71% 0.71% -
XYZ 18.81 22 47.51 -
YUV 116.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 52 137 182 0.71 0.25 0 0.29 200.77 0.56 0.46
Hex 34 89 B6 47 19 0 1D C9 38 2E
Octal 64 211 266 107 31 0 35 311 70 56
Binary 110100 10001001 10110110 1000111 11001 0 11101 11001001 111000 101110

Color Harmonies of #3489B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3489B6

Black with #3489B6

Text Example


Text Example

White with #3489B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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