Html Css Color HEX #3494CE Curious Blue

📋 copy color: '#3494CE'

red 52 ◦ green 148 ◦ blue 206

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

Shades of Curious Blue #3494CE

Tints of Curious Blue #3494CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 12.81%
G = 36.45%
B = 50.74%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3494CE (or 0x3494CE) is known color: Curious Blue. HEX triplet: 34, 94 and CE. RGB value is (52,148,206). Sum of RGB (Red+Green+Blue) = 52+148+206=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #3494CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3494CE is #CB6B31. Grayscale: #7D7D7D. Windows color (decimal): -13331250 or 13538356. OLE color: 13538356.

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

Color convert

RGB 52 148 206 -
CMYK 0.75 0.28 0 0.19
HSL 202.6º 0.61% 0.51% -
HSV(B) 202.6º 0.75% 0.81% -
XYZ 23.15 26.37 62.26 -
YUV 125.91 173.2 75.28 -
System Red Green Blue C M Y K H S L
Decimal 52 148 206 0.75 0.28 0 0.19 202.6 0.61 0.51
Hex 34 94 CE 4B 1C 0 13 CB 3D 33
Octal 64 224 316 113 34 0 23 313 75 63
Binary 110100 10010100 11001110 1001011 11100 0 10011 11001011 111101 110011

Color Harmonies of #3494CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3494CE

Black with #3494CE

Text Example


Text Example

White with #3494CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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