Html Css Color HEX #3581BE Curious Blue

📋 copy color: '#3581BE'

red 53 ◦ green 129 ◦ blue 190

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

Shades of Curious Blue #3581BE

Tints of Curious Blue #3581BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

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

R = 14.25%
G = 34.68%
B = 51.08%

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

#3581BE (or 0x3581BE) is known color: Curious Blue. HEX triplet: 35, 81 and BE. RGB value is (53,129,190). Sum of RGB (Red+Green+Blue) = 53+129+190=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #3581BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581BE is #CA7E41. Grayscale: #707070. Windows color (decimal): -13270594 or 12484917. OLE color: 12484917.

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

Color convert

RGB 53 129 190 -
CMYK 0.72 0.32 0 0.25
HSL 206.72º 0.56% 0.48% -
HSV(B) 206.72º 0.72% 0.75% -
XYZ 18.61 20.18 51.63 -
YUV 113.23 171.32 85.04 -
System Red Green Blue C M Y K H S L
Decimal 53 129 190 0.72 0.32 0 0.25 206.72 0.56 0.48
Hex 35 81 BE 48 20 0 19 CF 38 30
Octal 65 201 276 110 40 0 31 317 70 60
Binary 110101 10000001 10111110 1001000 100000 0 11001 11001111 111000 110000

Color Harmonies of #3581BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3581BE

Black with #3581BE

Text Example


Text Example

White with #3581BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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