Html Css Color HEX #3571BA Curious Blue

📋 copy color: '#3571BA'

red 53 ◦ green 113 ◦ blue 186

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

Shades of Curious Blue #3571BA

Tints of Curious Blue #3571BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 15.06%
G = 32.1%
B = 52.84%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3571BA (or 0x3571BA) is known color: Curious Blue. HEX triplet: 35, 71 and BA. RGB value is (53,113,186). Sum of RGB (Red+Green+Blue) = 53+113+186=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #3571BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571BA is #CA8E45. Grayscale: #676767. Windows color (decimal): -13274694 or 12218677. OLE color: 12218677.

HSL color Cylindrical-coordinate representation of color #3571BA: hue angle of 212.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3571BA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 113 186 -
CMYK 0.72 0.39 0 0.27
HSL 212.93º 0.56% 0.47% -
HSV(B) 212.93º 0.72% 0.73% -
XYZ 16.24 16.11 48.71 -
YUV 103.38 174.62 92.06 -
System Red Green Blue C M Y K H S L
Decimal 53 113 186 0.72 0.39 0 0.27 212.93 0.56 0.47
Hex 35 71 BA 48 27 0 1B D5 38 2F
Octal 65 161 272 110 47 0 33 325 70 57
Binary 110101 1110001 10111010 1001000 100111 0 11011 11010101 111000 101111

Color Harmonies of #3571BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3571BA

Black with #3571BA

Text Example


Text Example

White with #3571BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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