Html Css Color HEX #3582BE Curious Blue

📋 copy color: '#3582BE'

red 53 ◦ green 130 ◦ blue 190

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

Shades of Curious Blue #3582BE

Tints of Curious Blue #3582BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 14.21%
G = 34.85%
B = 50.94%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3582BE (or 0x3582BE) is known color: Curious Blue. HEX triplet: 35, 82 and BE. RGB value is (53,130,190). Sum of RGB (Red+Green+Blue) = 53+130+190=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #3582BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582BE is #CA7D41. Grayscale: #717171. Windows color (decimal): -13270338 or 12485173. OLE color: 12485173.

HSL color Cylindrical-coordinate representation of color #3582BE: hue angle of 206.28º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3582BE is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 130 190 -
CMYK 0.72 0.32 0 0.25
HSL 206.28º 0.56% 0.48% -
HSV(B) 206.28º 0.72% 0.75% -
XYZ 18.75 20.44 51.67 -
YUV 113.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 53 130 190 0.72 0.32 0 0.25 206.28 0.56 0.48
Hex 35 82 BE 48 20 0 19 CE 38 30
Octal 65 202 276 110 40 0 31 316 70 60
Binary 110101 10000010 10111110 1001000 100000 0 11001 11001110 111000 110000

Color Harmonies of #3582BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3582BE

Black with #3582BE

Text Example


Text Example

White with #3582BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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