Html Css Color HEX #3479CE Curious Blue

📋 copy color: '#3479CE'

red 52 ◦ green 121 ◦ blue 206

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

Shades of Curious Blue #3479CE

Tints of Curious Blue #3479CE

RGB

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

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

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

R = 13.72%
G = 31.93%
B = 54.35%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3479CE (or 0x3479CE) is known color: Curious Blue. HEX triplet: 34, 79 and CE. RGB value is (52,121,206). Sum of RGB (Red+Green+Blue) = 52+121+206=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #3479CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3479CE is #CB8631. Grayscale: #6D6D6D. Windows color (decimal): -13338162 or 13531444. OLE color: 13531444.

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

Color convert

RGB 52 121 206 -
CMYK 0.75 0.41 0 0.19
HSL 213.12º 0.61% 0.51% -
HSV(B) 213.12º 0.75% 0.81% -
XYZ 19.39 18.86 61.01 -
YUV 110.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 52 121 206 0.75 0.41 0 0.19 213.12 0.61 0.51
Hex 34 79 CE 4B 29 0 13 D5 3D 33
Octal 64 171 316 113 51 0 23 325 75 63
Binary 110100 1111001 11001110 1001011 101001 0 10011 11010101 111101 110011

Color Harmonies of #3479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3479CE

Black with #3479CE

Text Example


Text Example

White with #3479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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