Html Css Color HEX #3496CA Curious Blue

📋 copy color: '#3496CA'

red 52 ◦ green 150 ◦ blue 202

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

Shades of Curious Blue #3496CA

Tints of Curious Blue #3496CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

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

R = 12.87%
G = 37.13%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3496CA (or 0x3496CA) is known color: Curious Blue. HEX triplet: 34, 96 and CA. RGB value is (52,150,202). Sum of RGB (Red+Green+Blue) = 52+150+202=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #3496CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3496CA is #CB6935. Grayscale: #7E7E7E. Windows color (decimal): -13330742 or 13276724. OLE color: 13276724.

HSL color Cylindrical-coordinate representation of color #3496CA: hue angle of 200.8º 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 #3496CA is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 150 202 -
CMYK 0.74 0.26 0 0.21
HSL 200.8º 0.59% 0.5% -
HSV(B) 200.8º 0.74% 0.79% -
XYZ 22.98 26.81 59.84 -
YUV 126.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 52 150 202 0.74 0.26 0 0.21 200.8 0.59 0.5
Hex 34 96 CA 4A 1A 0 15 C9 3B 32
Octal 64 226 312 112 32 0 25 311 73 62
Binary 110100 10010110 11001010 1001010 11010 0 10101 11001001 111011 110010

Color Harmonies of #3496CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3496CA

Black with #3496CA

Text Example


Text Example

White with #3496CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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