Html Css Color HEX #3482CB Curious Blue

📋 copy color: '#3482CB'

red 52 ◦ green 130 ◦ blue 203

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

Shades of Curious Blue #3482CB

Tints of Curious Blue #3482CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 13.51%
G = 33.77%
B = 52.73%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3482CB (or 0x3482CB) is known color: Curious Blue. HEX triplet: 34, 82 and CB. RGB value is (52,130,203). Sum of RGB (Red+Green+Blue) = 52+130+203=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #3482CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3482CB is #CB7D34. Grayscale: #727272. Windows color (decimal): -13335861 or 13337140. OLE color: 13337140.

HSL color Cylindrical-coordinate representation of color #3482CB: hue angle of 209.01º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3482CB is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 130 203 -
CMYK 0.74 0.36 0 0.20
HSL 209.01º 0.59% 0.5% -
HSV(B) 209.01º 0.74% 0.8% -
XYZ 20.18 21.01 59.49 -
YUV 115 177.66 83.06 -
System Red Green Blue C M Y K H S L
Decimal 52 130 203 0.74 0.36 0 0.20 209.01 0.59 0.5
Hex 34 82 CB 4A 24 0 14 D1 3B 32
Octal 64 202 313 112 44 0 24 321 73 62
Binary 110100 10000010 11001011 1001010 100100 0 10100 11010001 111011 110010

Color Harmonies of #3482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3482CB

Black with #3482CB

Text Example


Text Example

White with #3482CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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