Html Css Color HEX #3571BC Curious Blue

📋 copy color: '#3571BC'

red 53 ◦ green 113 ◦ blue 188

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

Shades of Curious Blue #3571BC

Tints of Curious Blue #3571BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 14.97%
G = 31.92%
B = 53.11%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3571BC (or 0x3571BC) is known color: Curious Blue. HEX triplet: 35, 71 and BC. RGB value is (53,113,188). Sum of RGB (Red+Green+Blue) = 53+113+188=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #3571BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571BC is #CA8E43. Grayscale: #676767. Windows color (decimal): -13274692 or 12349749. OLE color: 12349749.

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

Color convert

RGB 53 113 188 -
CMYK 0.72 0.40 0 0.26
HSL 213.33º 0.56% 0.47% -
HSV(B) 213.33º 0.72% 0.74% -
XYZ 16.45 16.2 49.84 -
YUV 103.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 53 113 188 0.72 0.40 0 0.26 213.33 0.56 0.47
Hex 35 71 BC 48 28 0 1A D5 38 2F
Octal 65 161 274 110 50 0 32 325 70 57
Binary 110101 1110001 10111100 1001000 101000 0 11010 11010101 111000 101111

Color Harmonies of #3571BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3571BC

Black with #3571BC

Text Example


Text Example

White with #3571BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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