Html Css Color HEX #3582BF Curious Blue

📋 copy color: '#3582BF'

red 53 ◦ green 130 ◦ blue 191

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

Shades of Curious Blue #3582BF

Tints of Curious Blue #3582BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 14.17%
G = 34.76%
B = 51.07%

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

#3582BF (or 0x3582BF) is known color: Curious Blue. HEX triplet: 35, 82 and BF. RGB value is (53,130,191). Sum of RGB (Red+Green+Blue) = 53+130+191=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #3582BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582BF is #CA7D40. Grayscale: #717171. Windows color (decimal): -13270337 or 12550709. OLE color: 12550709.

HSL color Cylindrical-coordinate representation of color #3582BF: hue angle of 206.52º degrees, saturation: 0.57, 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 #3582BF is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 130 191 -
CMYK 0.72 0.32 0 0.25
HSL 206.52º 0.57% 0.48% -
HSV(B) 206.52º 0.72% 0.75% -
XYZ 18.85 20.48 52.25 -
YUV 113.93 171.49 84.54 -
System Red Green Blue C M Y K H S L
Decimal 53 130 191 0.72 0.32 0 0.25 206.52 0.57 0.48
Hex 35 82 BF 48 20 0 19 CF 39 30
Octal 65 202 277 110 40 0 31 317 71 60
Binary 110101 10000010 10111111 1001000 100000 0 11001 11001111 111001 110000

Color Harmonies of #3582BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3582BF

Black with #3582BF

Text Example


Text Example

White with #3582BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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