Html Css Color HEX #3490CE Curious Blue

📋 copy color: '#3490CE'

red 52 ◦ green 144 ◦ blue 206

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

Shades of Curious Blue #3490CE

Tints of Curious Blue #3490CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.82%

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

R = 12.94%
G = 35.82%
B = 51.24%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3490CE (or 0x3490CE) is known color: Curious Blue. HEX triplet: 34, 90 and CE. RGB value is (52,144,206). Sum of RGB (Red+Green+Blue) = 52+144+206=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #3490CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3490CE is #CB6F31. Grayscale: #7B7B7B. Windows color (decimal): -13332274 or 13537332. OLE color: 13537332.

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

Color convert

RGB 52 144 206 -
CMYK 0.75 0.30 0 0.19
HSL 204.16º 0.61% 0.51% -
HSV(B) 204.16º 0.75% 0.81% -
XYZ 22.53 25.13 62.06 -
YUV 123.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 52 144 206 0.75 0.30 0 0.19 204.16 0.61 0.51
Hex 34 90 CE 4B 1E 0 13 CC 3D 33
Octal 64 220 316 113 36 0 23 314 75 63
Binary 110100 10010000 11001110 1001011 11110 0 10011 11001100 111101 110011

Color Harmonies of #3490CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3490CE

Black with #3490CE

Text Example


Text Example

White with #3490CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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