Html Css Color HEX #3494CA Curious Blue

📋 copy color: '#3494CA'

red 52 ◦ green 148 ◦ blue 202

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

Shades of Curious Blue #3494CA

Tints of Curious Blue #3494CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 12.94%
G = 36.82%
B = 50.25%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3494CA (or 0x3494CA) is known color: Curious Blue. HEX triplet: 34, 94 and CA. RGB value is (52,148,202). Sum of RGB (Red+Green+Blue) = 52+148+202=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #3494CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3494CA is #CB6B35. Grayscale: #7D7D7D. Windows color (decimal): -13331254 or 13276212. OLE color: 13276212.

HSL color Cylindrical-coordinate representation of color #3494CA: hue angle of 201.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3494CA is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 148 202 -
CMYK 0.74 0.27 0 0.21
HSL 201.6º 0.59% 0.5% -
HSV(B) 201.6º 0.74% 0.79% -
XYZ 22.67 26.17 59.73 -
YUV 125.45 171.2 75.61 -
System Red Green Blue C M Y K H S L
Decimal 52 148 202 0.74 0.27 0 0.21 201.6 0.59 0.5
Hex 34 94 CA 4A 1B 0 15 CA 3B 32
Octal 64 224 312 112 33 0 25 312 73 62
Binary 110100 10010100 11001010 1001010 11011 0 10101 11001010 111011 110010

Color Harmonies of #3494CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3494CA

Black with #3494CA

Text Example


Text Example

White with #3494CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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