Html Css Color HEX #3494C0 Curious Blue

📋 copy color: '#3494C0'

red 52 ◦ green 148 ◦ blue 192

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

Shades of Curious Blue #3494C0

Tints of Curious Blue #3494C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 13.27%
G = 37.76%
B = 48.98%

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

#3494C0 (or 0x3494C0) is known color: Curious Blue. HEX triplet: 34, 94 and C0. RGB value is (52,148,192). Sum of RGB (Red+Green+Blue) = 52+148+192=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #3494C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3494C0 is #CB6B3F. Grayscale: #7C7C7C. Windows color (decimal): -13331264 or 12620852. OLE color: 12620852.

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

Color convert

RGB 52 148 192 -
CMYK 0.73 0.23 0 0.25
HSL 198.86º 0.57% 0.48% -
HSV(B) 198.86º 0.73% 0.75% -
XYZ 21.52 25.72 53.7 -
YUV 124.31 166.2 76.42 -
System Red Green Blue C M Y K H S L
Decimal 52 148 192 0.73 0.23 0 0.25 198.86 0.57 0.48
Hex 34 94 C0 49 17 0 19 C7 39 30
Octal 64 224 300 111 27 0 31 307 71 60
Binary 110100 10010100 11000000 1001001 10111 0 11001 11000111 111001 110000

Color Harmonies of #3494C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3494C0

Black with #3494C0

Text Example


Text Example

White with #3494C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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