Html Css Color HEX #3482CA Curious Blue

📋 copy color: '#3482CA'

red 52 ◦ green 130 ◦ blue 202

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

Shades of Curious Blue #3482CA

Tints of Curious Blue #3482CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

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

R = 13.54%
G = 33.85%
B = 52.6%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3482CA (or 0x3482CA) is known color: Curious Blue. HEX triplet: 34, 82 and CA. RGB value is (52,130,202). Sum of RGB (Red+Green+Blue) = 52+130+202=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #3482CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3482CA is #CB7D35. Grayscale: #727272. Windows color (decimal): -13335862 or 13271604. OLE color: 13271604.

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

Color convert

RGB 52 130 202 -
CMYK 0.74 0.36 0 0.21
HSL 208.8º 0.59% 0.5% -
HSV(B) 208.8º 0.74% 0.79% -
XYZ 20.06 20.96 58.87 -
YUV 114.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 52 130 202 0.74 0.36 0 0.21 208.8 0.59 0.5
Hex 34 82 CA 4A 24 0 15 D1 3B 32
Octal 64 202 312 112 44 0 25 321 73 62
Binary 110100 10000010 11001010 1001010 100100 0 10101 11010001 111011 110010

Color Harmonies of #3482CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3482CA

Black with #3482CA

Text Example


Text Example

White with #3482CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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