Html Css Color HEX #3482CE Curious Blue

📋 copy color: '#3482CE'

red 52 ◦ green 130 ◦ blue 206

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

Shades of Curious Blue #3482CE

Tints of Curious Blue #3482CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 13.4%
G = 33.51%
B = 53.09%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3482CE (or 0x3482CE) is known color: Curious Blue. HEX triplet: 34, 82 and CE. RGB value is (52,130,206). Sum of RGB (Red+Green+Blue) = 52+130+206=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3482CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3482CE is #CB7D31. Grayscale: #727272. Windows color (decimal): -13335858 or 13533748. OLE color: 13533748.

HSL color Cylindrical-coordinate representation of color #3482CE: hue angle of 209.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3482CE is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 130 206 -
CMYK 0.75 0.37 0 0.19
HSL 209.61º 0.61% 0.51% -
HSV(B) 209.61º 0.75% 0.81% -
XYZ 20.54 21.15 61.39 -
YUV 115.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 52 130 206 0.75 0.37 0 0.19 209.61 0.61 0.51
Hex 34 82 CE 4B 25 0 13 D2 3D 33
Octal 64 202 316 113 45 0 23 322 75 63
Binary 110100 10000010 11001110 1001011 100101 0 10011 11010010 111101 110011

Color Harmonies of #3482CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3482CE

Black with #3482CE

Text Example


Text Example

White with #3482CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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