Html Css Color HEX #3576BC Curious Blue

📋 copy color: '#3576BC'

red 53 ◦ green 118 ◦ blue 188

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

Shades of Curious Blue #3576BC

Tints of Curious Blue #3576BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 14.76%
G = 32.87%
B = 52.37%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3576BC (or 0x3576BC) is known color: Curious Blue. HEX triplet: 35, 76 and BC. RGB value is (53,118,188). Sum of RGB (Red+Green+Blue) = 53+118+188=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #3576BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3576BC is #CA8943. Grayscale: #6A6A6A. Windows color (decimal): -13273412 or 12351029. OLE color: 12351029.

HSL color Cylindrical-coordinate representation of color #3576BC: hue angle of 211.11º 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 #3576BC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 118 188 -
CMYK 0.72 0.37 0 0.26
HSL 211.11º 0.56% 0.47% -
HSV(B) 211.11º 0.72% 0.74% -
XYZ 17.02 17.34 50.03 -
YUV 106.55 173.97 89.81 -
System Red Green Blue C M Y K H S L
Decimal 53 118 188 0.72 0.37 0 0.26 211.11 0.56 0.47
Hex 35 76 BC 48 25 0 1A D3 38 2F
Octal 65 166 274 110 45 0 32 323 70 57
Binary 110101 1110110 10111100 1001000 100101 0 11010 11010011 111000 101111

Color Harmonies of #3576BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3576BC

Black with #3576BC

Text Example


Text Example

White with #3576BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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