Html Css Color HEX #3479CC Curious Blue

📋 copy color: '#3479CC'

red 52 ◦ green 121 ◦ blue 204

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

Shades of Curious Blue #3479CC

Tints of Curious Blue #3479CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

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

R = 13.79%
G = 32.1%
B = 54.11%

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

#3479CC (or 0x3479CC) is known color: Curious Blue. HEX triplet: 34, 79 and CC. RGB value is (52,121,204). Sum of RGB (Red+Green+Blue) = 52+121+204=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #3479CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3479CC is #CB8633. Grayscale: #6D6D6D. Windows color (decimal): -13338164 or 13400372. OLE color: 13400372.

HSL color Cylindrical-coordinate representation of color #3479CC: hue angle of 212.76º 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 #3479CC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 121 204 -
CMYK 0.75 0.41 0 0.2
HSL 212.76º 0.6% 0.5% -
HSV(B) 212.76º 0.75% 0.8% -
XYZ 19.15 18.76 59.74 -
YUV 109.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 52 121 204 0.75 0.41 0 0.2 212.76 0.6 0.5
Hex 34 79 CC 4B 29 0 14 D5 3C 32
Octal 64 171 314 113 51 0 24 325 74 62
Binary 110100 1111001 11001100 1001011 101001 0 10100 11010101 111100 110010

Color Harmonies of #3479CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3479CC

Black with #3479CC

Text Example


Text Example

White with #3479CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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