Html Css Color HEX #3478CC Curious Blue

📋 copy color: '#3478CC'

red 52 ◦ green 120 ◦ blue 204

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

Shades of Curious Blue #3478CC

Tints of Curious Blue #3478CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 13.83%
G = 31.91%
B = 54.26%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3478CC (or 0x3478CC) is known color: Curious Blue. HEX triplet: 34, 78 and CC. RGB value is (52,120,204). Sum of RGB (Red+Green+Blue) = 52+120+204=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #3478CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478CC is #CB8733. Grayscale: #6C6C6C. Windows color (decimal): -13338420 or 13400116. OLE color: 13400116.

HSL color Cylindrical-coordinate representation of color #3478CC: hue angle of 213.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3478CC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 120 204 -
CMYK 0.75 0.41 0 0.2
HSL 213.16º 0.6% 0.5% -
HSV(B) 213.16º 0.75% 0.8% -
XYZ 19.03 18.52 59.7 -
YUV 109.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 52 120 204 0.75 0.41 0 0.2 213.16 0.6 0.5
Hex 34 78 CC 4B 29 0 14 D5 3C 32
Octal 64 170 314 113 51 0 24 325 74 62
Binary 110100 1111000 11001100 1001011 101001 0 10100 11010101 111100 110010

Color Harmonies of #3478CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478CC

Black with #3478CC

Text Example


Text Example

White with #3478CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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