Html Css Color HEX #3581C1 Curious Blue

📋 copy color: '#3581C1'

red 53 ◦ green 129 ◦ blue 193

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

Shades of Curious Blue #3581C1

Tints of Curious Blue #3581C1

RGB

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

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

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

R = 14.13%
G = 34.4%
B = 51.47%

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

#3581C1 (or 0x3581C1) is known color: Curious Blue. HEX triplet: 35, 81 and C1. RGB value is (53,129,193). Sum of RGB (Red+Green+Blue) = 53+129+193=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #3581C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581C1 is #CA7E3E. Grayscale: #717171. Windows color (decimal): -13270591 or 12681525. OLE color: 12681525.

HSL color Cylindrical-coordinate representation of color #3581C1: hue angle of 207.43º 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 #3581C1 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 129 193 -
CMYK 0.73 0.33 0 0.24
HSL 207.43º 0.57% 0.48% -
HSV(B) 207.43º 0.73% 0.76% -
XYZ 18.94 20.31 53.37 -
YUV 113.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 53 129 193 0.73 0.33 0 0.24 207.43 0.57 0.48
Hex 35 81 C1 49 21 0 18 CF 39 30
Octal 65 201 301 111 41 0 30 317 71 60
Binary 110101 10000001 11000001 1001001 100001 0 11000 11001111 111001 110000

Color Harmonies of #3581C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3581C1

Black with #3581C1

Text Example


Text Example

White with #3581C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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