Html Css Color HEX #3471BD Curious Blue

📋 copy color: '#3471BD'

red 52 ◦ green 113 ◦ blue 189

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

Shades of Curious Blue #3471BD

Tints of Curious Blue #3471BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 14.69%
G = 31.92%
B = 53.39%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3471BD (or 0x3471BD) is known color: Curious Blue. HEX triplet: 34, 71 and BD. RGB value is (52,113,189). Sum of RGB (Red+Green+Blue) = 52+113+189=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3471BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471BD is #CB8E42. Grayscale: #676767. Windows color (decimal): -13340227 or 12415284. OLE color: 12415284.

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

Color convert

RGB 52 113 189 -
CMYK 0.72 0.40 0 0.26
HSL 213.28º 0.57% 0.47% -
HSV(B) 213.28º 0.72% 0.74% -
XYZ 16.51 16.21 50.4 -
YUV 103.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 52 113 189 0.72 0.40 0 0.26 213.28 0.57 0.47
Hex 34 71 BD 48 28 0 1A D5 39 2F
Octal 64 161 275 110 50 0 32 325 71 57
Binary 110100 1110001 10111101 1001000 101000 0 11010 11010101 111001 101111

Color Harmonies of #3471BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471BD

Black with #3471BD

Text Example


Text Example

White with #3471BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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