Html Css Color HEX #3471C7 Curious Blue

📋 copy color: '#3471C7'

red 52 ◦ green 113 ◦ blue 199

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

Shades of Curious Blue #3471C7

Tints of Curious Blue #3471C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.67%

R = 14.29%
G = 31.04%
B = 54.67%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3471C7 (or 0x3471C7) is known color: Curious Blue. HEX triplet: 34, 71 and C7. RGB value is (52,113,199). Sum of RGB (Red+Green+Blue) = 52+113+199=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #3471C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471C7 is #CB8E38. Grayscale: #686868. Windows color (decimal): -13340217 or 13070644. OLE color: 13070644.

HSL color Cylindrical-coordinate representation of color #3471C7: hue angle of 215.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3471C7 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 113 199 -
CMYK 0.74 0.43 0 0.22
HSL 215.1º 0.59% 0.49% -
HSV(B) 215.1º 0.74% 0.78% -
XYZ 17.63 16.66 56.32 -
YUV 104.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 52 113 199 0.74 0.43 0 0.22 215.1 0.59 0.49
Hex 34 71 C7 4A 2B 0 16 D7 3B 31
Octal 64 161 307 112 53 0 26 327 73 61
Binary 110100 1110001 11000111 1001010 101011 0 10110 11010111 111011 110001

Color Harmonies of #3471C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471C7

Black with #3471C7

Text Example


Text Example

White with #3471C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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