Html Css Color HEX #3479BE Curious Blue

📋 copy color: '#3479BE'

red 52 ◦ green 121 ◦ blue 190

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

Shades of Curious Blue #3479BE

Tints of Curious Blue #3479BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 14.33%
G = 33.33%
B = 52.34%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3479BE (or 0x3479BE) is known color: Curious Blue. HEX triplet: 34, 79 and BE. RGB value is (52,121,190). Sum of RGB (Red+Green+Blue) = 52+121+190=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #3479BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3479BE is #CB8641. Grayscale: #6B6B6B. Windows color (decimal): -13338178 or 12482868. OLE color: 12482868.

HSL color Cylindrical-coordinate representation of color #3479BE: hue angle of 210º 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 #3479BE is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 121 190 -
CMYK 0.73 0.36 0 0.25
HSL 210º 0.57% 0.47% -
HSV(B) 210º 0.73% 0.75% -
XYZ 17.55 18.12 51.29 -
YUV 108.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 52 121 190 0.73 0.36 0 0.25 210 0.57 0.47
Hex 34 79 BE 49 24 0 19 D2 39 2F
Octal 64 171 276 111 44 0 31 322 71 57
Binary 110100 1111001 10111110 1001001 100100 0 11001 11010010 111001 101111

Color Harmonies of #3479BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3479BE

Black with #3479BE

Text Example


Text Example

White with #3479BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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