Html Css Color HEX #3471C0 Curious Blue

📋 copy color: '#3471C0'

red 52 ◦ green 113 ◦ blue 192

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

Shades of Curious Blue #3471C0

Tints of Curious Blue #3471C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 14.57%
G = 31.65%
B = 53.78%

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

#3471C0 (or 0x3471C0) is known color: Curious Blue. HEX triplet: 34, 71 and C0. RGB value is (52,113,192). Sum of RGB (Red+Green+Blue) = 52+113+192=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #3471C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471C0 is #CB8E3F. Grayscale: #676767. Windows color (decimal): -13340224 or 12611892. OLE color: 12611892.

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

Color convert

RGB 52 113 192 -
CMYK 0.73 0.41 0 0.25
HSL 213.86º 0.57% 0.48% -
HSV(B) 213.86º 0.73% 0.75% -
XYZ 16.84 16.35 52.14 -
YUV 103.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 52 113 192 0.73 0.41 0 0.25 213.86 0.57 0.48
Hex 34 71 C0 49 29 0 19 D6 39 30
Octal 64 161 300 111 51 0 31 326 71 60
Binary 110100 1110001 11000000 1001001 101001 0 11001 11010110 111001 110000

Color Harmonies of #3471C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471C0

Black with #3471C0

Text Example


Text Example

White with #3471C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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