Html Css Color HEX #3493BE Curious Blue

📋 copy color: '#3493BE'

red 52 ◦ green 147 ◦ blue 190

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

Shades of Curious Blue #3493BE

Tints of Curious Blue #3493BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 13.37%
G = 37.79%
B = 48.84%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3493BE (or 0x3493BE) is known color: Curious Blue. HEX triplet: 34, 93 and BE. RGB value is (52,147,190). Sum of RGB (Red+Green+Blue) = 52+147+190=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #3493BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3493BE is #CB6C41. Grayscale: #7B7B7B. Windows color (decimal): -13331522 or 12489524. OLE color: 12489524.

HSL color Cylindrical-coordinate representation of color #3493BE: hue angle of 198.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3493BE is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 147 190 -
CMYK 0.73 0.23 0 0.25
HSL 198.7º 0.57% 0.47% -
HSV(B) 198.7º 0.73% 0.75% -
XYZ 21.14 25.32 52.49 -
YUV 123.5 165.53 77 -
System Red Green Blue C M Y K H S L
Decimal 52 147 190 0.73 0.23 0 0.25 198.7 0.57 0.47
Hex 34 93 BE 49 17 0 19 C7 39 2F
Octal 64 223 276 111 27 0 31 307 71 57
Binary 110100 10010011 10111110 1001001 10111 0 11001 11000111 111001 101111

Color Harmonies of #3493BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3493BE

Black with #3493BE

Text Example


Text Example

White with #3493BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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