Html Css Color HEX #3490C3 Curious Blue

📋 copy color: '#3490C3'

red 52 ◦ green 144 ◦ blue 195

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

Shades of Curious Blue #3490C3

Tints of Curious Blue #3490C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.87%

R = 13.3%
G = 36.83%
B = 49.87%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3490C3 (or 0x3490C3) is known color: Curious Blue. HEX triplet: 34, 90 and C3. RGB value is (52,144,195). Sum of RGB (Red+Green+Blue) = 52+144+195=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #3490C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3490C3 is #CB6F3C. Grayscale: #7A7A7A. Windows color (decimal): -13332285 or 12816436. OLE color: 12816436.

HSL color Cylindrical-coordinate representation of color #3490C3: hue angle of 201.4º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3490C3 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 144 195 -
CMYK 0.73 0.26 0 0.24
HSL 201.4º 0.58% 0.48% -
HSV(B) 201.4º 0.73% 0.76% -
XYZ 21.24 24.62 55.26 -
YUV 122.31 169.02 77.85 -
System Red Green Blue C M Y K H S L
Decimal 52 144 195 0.73 0.26 0 0.24 201.4 0.58 0.48
Hex 34 90 C3 49 1A 0 18 C9 3A 30
Octal 64 220 303 111 32 0 30 311 72 60
Binary 110100 10010000 11000011 1001001 11010 0 11000 11001001 111010 110000

Color Harmonies of #3490C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3490C3

Black with #3490C3

Text Example


Text Example

White with #3490C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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