Html Css Color HEX #3582C1 Curious Blue

📋 copy color: '#3582C1'

red 53 ◦ green 130 ◦ blue 193

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

Shades of Curious Blue #3582C1

Tints of Curious Blue #3582C1

RGB

 RED value IS 53 (21.09% from 255) = 14.1%

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

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 14.1%
G = 34.57%
B = 51.33%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3582C1 (or 0x3582C1) is known color: Curious Blue. HEX triplet: 35, 82 and C1. RGB value is (53,130,193). Sum of RGB (Red+Green+Blue) = 53+130+193=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #3582C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582C1 is #CA7D3E. Grayscale: #717171. Windows color (decimal): -13270335 or 12681781. OLE color: 12681781.

HSL color Cylindrical-coordinate representation of color #3582C1: hue angle of 207º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3582C1 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 130 193 -
CMYK 0.73 0.33 0 0.24
HSL 207º 0.57% 0.48% -
HSV(B) 207º 0.73% 0.76% -
XYZ 19.08 20.57 53.42 -
YUV 114.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 53 130 193 0.73 0.33 0 0.24 207 0.57 0.48
Hex 35 82 C1 49 21 0 18 CF 39 30
Octal 65 202 301 111 41 0 30 317 71 60
Binary 110101 10000010 11000001 1001001 100001 0 11000 11001111 111001 110000

Color Harmonies of #3582C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3582C1

Black with #3582C1

Text Example


Text Example

White with #3582C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3582C1; }

 p { color: rgb(53,130,193); }

 H1.HeaderClassName
 {
   color: #3582C1;
 }
 .AnyTagClassName
 {
   color: #3582C1;
 }
</style>

background-color css

<style>
 a { background-color: #3582C1; }

 a { background-color: rgb(53,130,193); }

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

border-color css

<style>
 span { border-color: #3582C1; }

 span { border-color: rgb(53,130,193); }

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