Html Css Color HEX #3581BF Curious Blue

📋 copy color: '#3581BF'

red 53 ◦ green 129 ◦ blue 191

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

Shades of Curious Blue #3581BF

Tints of Curious Blue #3581BF

RGB

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

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

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

R = 14.21%
G = 34.58%
B = 51.21%

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

#3581BF (or 0x3581BF) is known color: Curious Blue. HEX triplet: 35, 81 and BF. RGB value is (53,129,191). Sum of RGB (Red+Green+Blue) = 53+129+191=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #3581BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581BF is #CA7E40. Grayscale: #717171. Windows color (decimal): -13270593 or 12550453. OLE color: 12550453.

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

Color convert

RGB 53 129 191 -
CMYK 0.72 0.32 0 0.25
HSL 206.96º 0.57% 0.48% -
HSV(B) 206.96º 0.72% 0.75% -
XYZ 18.72 20.22 52.21 -
YUV 113.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 53 129 191 0.72 0.32 0 0.25 206.96 0.57 0.48
Hex 35 81 BF 48 20 0 19 CF 39 30
Octal 65 201 277 110 40 0 31 317 71 60
Binary 110101 10000001 10111111 1001000 100000 0 11001 11001111 111001 110000

Color Harmonies of #3581BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3581BF

Black with #3581BF

Text Example


Text Example

White with #3581BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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