Html Css Color HEX #3493CE Curious Blue

📋 copy color: '#3493CE'

red 52 ◦ green 147 ◦ blue 206

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

Shades of Curious Blue #3493CE

Tints of Curious Blue #3493CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 12.84%
G = 36.3%
B = 50.86%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3493CE (or 0x3493CE) is known color: Curious Blue. HEX triplet: 34, 93 and CE. RGB value is (52,147,206). Sum of RGB (Red+Green+Blue) = 52+147+206=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #3493CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3493CE is #CB6C31. Grayscale: #7C7C7C. Windows color (decimal): -13331506 or 13538100. OLE color: 13538100.

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

Color convert

RGB 52 147 206 -
CMYK 0.75 0.29 0 0.19
HSL 202.99º 0.61% 0.51% -
HSV(B) 202.99º 0.75% 0.81% -
XYZ 22.99 26.05 62.21 -
YUV 125.32 173.53 75.7 -
System Red Green Blue C M Y K H S L
Decimal 52 147 206 0.75 0.29 0 0.19 202.99 0.61 0.51
Hex 34 93 CE 4B 1D 0 13 CB 3D 33
Octal 64 223 316 113 35 0 23 313 75 63
Binary 110100 10010011 11001110 1001011 11101 0 10011 11001011 111101 110011

Color Harmonies of #3493CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3493CE

Black with #3493CE

Text Example


Text Example

White with #3493CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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