Html Css Color HEX #3471B7 Curious Blue

📋 copy color: '#3471B7'

red 52 ◦ green 113 ◦ blue 183

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

Shades of Curious Blue #3471B7

Tints of Curious Blue #3471B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.59%

R = 14.94%
G = 32.47%
B = 52.59%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3471B7 (or 0x3471B7) is known color: Curious Blue. HEX triplet: 34, 71 and B7. RGB value is (52,113,183). Sum of RGB (Red+Green+Blue) = 52+113+183=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #3471B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471B7 is #CB8E48. Grayscale: #666666. Windows color (decimal): -13340233 or 12022068. OLE color: 12022068.

HSL color Cylindrical-coordinate representation of color #3471B7: hue angle of 212.06º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3471B7 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 113 183 -
CMYK 0.72 0.38 0 0.28
HSL 212.06º 0.56% 0.46% -
HSV(B) 212.06º 0.72% 0.72% -
XYZ 15.87 15.96 47.04 -
YUV 102.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 52 113 183 0.72 0.38 0 0.28 212.06 0.56 0.46
Hex 34 71 B7 48 26 0 1C D4 38 2E
Octal 64 161 267 110 46 0 34 324 70 56
Binary 110100 1110001 10110111 1001000 100110 0 11100 11010100 111000 101110

Color Harmonies of #3471B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471B7

Black with #3471B7

Text Example


Text Example

White with #3471B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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