Html Css Color HEX #3571C6 Curious Blue

📋 copy color: '#3571C6'

red 53 ◦ green 113 ◦ blue 198

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

Shades of Curious Blue #3571C6

Tints of Curious Blue #3571C6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

 BLUE value IS 198 (77.73% from 255) = 54.4%

R = 14.56%
G = 31.04%
B = 54.4%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3571C6 (or 0x3571C6) is known color: Curious Blue. HEX triplet: 35, 71 and C6. RGB value is (53,113,198). Sum of RGB (Red+Green+Blue) = 53+113+198=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #3571C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571C6 is #CA8E39. Grayscale: #686868. Windows color (decimal): -13274682 or 13005109. OLE color: 13005109.

HSL color Cylindrical-coordinate representation of color #3571C6: hue angle of 215.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3571C6 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 113 198 -
CMYK 0.73 0.43 0 0.22
HSL 215.17º 0.58% 0.49% -
HSV(B) 215.17º 0.73% 0.78% -
XYZ 17.57 16.64 55.71 -
YUV 104.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 53 113 198 0.73 0.43 0 0.22 215.17 0.58 0.49
Hex 35 71 C6 49 2B 0 16 D7 3A 31
Octal 65 161 306 111 53 0 26 327 72 61
Binary 110101 1110001 11000110 1001001 101011 0 10110 11010111 111010 110001

Color Harmonies of #3571C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3571C6

Black with #3571C6

Text Example


Text Example

White with #3571C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3571C6; }

 p { color: rgb(53,113,198); }

 H1.HeaderClassName
 {
   color: #3571C6;
 }
 .AnyTagClassName
 {
   color: #3571C6;
 }
</style>

background-color css

<style>
 a { background-color: #3571C6; }

 a { background-color: rgb(53,113,198); }

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

border-color css

<style>
 span { border-color: #3571C6; }

 span { border-color: rgb(53,113,198); }

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