Html Css Color HEX #3478C1 Curious Blue

📋 copy color: '#3478C1'

red 52 ◦ green 120 ◦ blue 193

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

Shades of Curious Blue #3478C1

Tints of Curious Blue #3478C1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 14.25%
G = 32.88%
B = 52.88%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3478C1 (or 0x3478C1) is known color: Curious Blue. HEX triplet: 34, 78 and C1. RGB value is (52,120,193). Sum of RGB (Red+Green+Blue) = 52+120+193=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #3478C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478C1 is #CB873E. Grayscale: #6B6B6B. Windows color (decimal): -13338431 or 12679220. OLE color: 12679220.

HSL color Cylindrical-coordinate representation of color #3478C1: hue angle of 211.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3478C1 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 120 193 -
CMYK 0.73 0.38 0 0.24
HSL 211.06º 0.58% 0.48% -
HSV(B) 211.06º 0.73% 0.76% -
XYZ 17.76 18.01 52.99 -
YUV 107.99 175.97 88.06 -
System Red Green Blue C M Y K H S L
Decimal 52 120 193 0.73 0.38 0 0.24 211.06 0.58 0.48
Hex 34 78 C1 49 26 0 18 D3 3A 30
Octal 64 170 301 111 46 0 30 323 72 60
Binary 110100 1111000 11000001 1001001 100110 0 11000 11010011 111010 110000

Color Harmonies of #3478C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478C1

Black with #3478C1

Text Example


Text Example

White with #3478C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3478C1; }

 p { color: rgb(52,120,193); }

 H1.HeaderClassName
 {
   color: #3478C1;
 }
 .AnyTagClassName
 {
   color: #3478C1;
 }
</style>

background-color css

<style>
 a { background-color: #3478C1; }

 a { background-color: rgb(52,120,193); }

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

border-color css

<style>
 span { border-color: #3478C1; }

 span { border-color: rgb(52,120,193); }

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