Html Css Color HEX #3470BF Curious Blue

📋 copy color: '#3470BF'

red 52 ◦ green 112 ◦ blue 191

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

Shades of Curious Blue #3470BF

Tints of Curious Blue #3470BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 191 (75% from 255) = 53.8%

R = 14.65%
G = 31.55%
B = 53.8%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3470BF (or 0x3470BF) is known color: Curious Blue. HEX triplet: 34, 70 and BF. RGB value is (52,112,191). Sum of RGB (Red+Green+Blue) = 52+112+191=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #3470BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3470BF is #CB8F40. Grayscale: #666666. Windows color (decimal): -13340481 or 12546100. OLE color: 12546100.

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

Color convert

RGB 52 112 191 -
CMYK 0.73 0.41 0 0.25
HSL 214.1º 0.57% 0.48% -
HSV(B) 214.1º 0.73% 0.75% -
XYZ 16.61 16.08 51.52 -
YUV 103.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 52 112 191 0.73 0.41 0 0.25 214.1 0.57 0.48
Hex 34 70 BF 49 29 0 19 D6 39 30
Octal 64 160 277 111 51 0 31 326 71 60
Binary 110100 1110000 10111111 1001001 101001 0 11001 11010110 111001 110000

Color Harmonies of #3470BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3470BF

Black with #3470BF

Text Example


Text Example

White with #3470BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3470BF; }

 p { color: rgb(52,112,191); }

 H1.HeaderClassName
 {
   color: #3470BF;
 }
 .AnyTagClassName
 {
   color: #3470BF;
 }
</style>

background-color css

<style>
 a { background-color: #3470BF; }

 a { background-color: rgb(52,112,191); }

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

border-color css

<style>
 span { border-color: #3470BF; }

 span { border-color: rgb(52,112,191); }

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