Html Css Color HEX #3494BD Curious Blue

📋 copy color: '#3494BD'

red 52 ◦ green 148 ◦ blue 189

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

Shades of Curious Blue #3494BD

Tints of Curious Blue #3494BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 13.37%
G = 38.05%
B = 48.59%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3494BD (or 0x3494BD) is known color: Curious Blue. HEX triplet: 34, 94 and BD. RGB value is (52,148,189). Sum of RGB (Red+Green+Blue) = 52+148+189=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #3494BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3494BD is #CB6B42. Grayscale: #7B7B7B. Windows color (decimal): -13331267 or 12424244. OLE color: 12424244.

HSL color Cylindrical-coordinate representation of color #3494BD: hue angle of 197.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3494BD is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 148 189 -
CMYK 0.72 0.22 0 0.26
HSL 197.96º 0.57% 0.47% -
HSV(B) 197.96º 0.72% 0.74% -
XYZ 21.19 25.58 51.97 -
YUV 123.97 164.7 76.67 -
System Red Green Blue C M Y K H S L
Decimal 52 148 189 0.72 0.22 0 0.26 197.96 0.57 0.47
Hex 34 94 BD 48 16 0 1A C6 39 2F
Octal 64 224 275 110 26 0 32 306 71 57
Binary 110100 10010100 10111101 1001000 10110 0 11010 11000110 111001 101111

Color Harmonies of #3494BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3494BD

Black with #3494BD

Text Example


Text Example

White with #3494BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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