Html Css Color HEX #3478CE Curious Blue

📋 copy color: '#3478CE'

red 52 ◦ green 120 ◦ blue 206

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

Shades of Curious Blue #3478CE

Tints of Curious Blue #3478CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 13.76%
G = 31.75%
B = 54.5%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3478CE (or 0x3478CE) is known color: Curious Blue. HEX triplet: 34, 78 and CE. RGB value is (52,120,206). Sum of RGB (Red+Green+Blue) = 52+120+206=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #3478CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478CE is #CB8731. Grayscale: #6D6D6D. Windows color (decimal): -13338418 or 13531188. OLE color: 13531188.

HSL color Cylindrical-coordinate representation of color #3478CE: hue angle of 213.51º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3478CE is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 120 206 -
CMYK 0.75 0.42 0 0.19
HSL 213.51º 0.61% 0.51% -
HSV(B) 213.51º 0.75% 0.81% -
XYZ 19.27 18.62 60.97 -
YUV 109.47 182.47 87.01 -
System Red Green Blue C M Y K H S L
Decimal 52 120 206 0.75 0.42 0 0.19 213.51 0.61 0.51
Hex 34 78 CE 4B 2A 0 13 D6 3D 33
Octal 64 170 316 113 52 0 23 326 75 63
Binary 110100 1111000 11001110 1001011 101010 0 10011 11010110 111101 110011

Color Harmonies of #3478CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478CE

Black with #3478CE

Text Example


Text Example

White with #3478CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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