Html Css Color HEX #3570BA Curious Blue

📋 copy color: '#3570BA'

red 53 ◦ green 112 ◦ blue 186

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

Shades of Curious Blue #3570BA

Tints of Curious Blue #3570BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 15.1%
G = 31.91%
B = 52.99%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3570BA (or 0x3570BA) is known color: Curious Blue. HEX triplet: 35, 70 and BA. RGB value is (53,112,186). Sum of RGB (Red+Green+Blue) = 53+112+186=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3570BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570BA is #CA8F45. Grayscale: #666666. Windows color (decimal): -13274950 or 12218421. OLE color: 12218421.

HSL color Cylindrical-coordinate representation of color #3570BA: hue angle of 213.38º 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 #3570BA is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 112 186 -
CMYK 0.72 0.40 0 0.27
HSL 213.38º 0.56% 0.47% -
HSV(B) 213.38º 0.72% 0.73% -
XYZ 16.13 15.89 48.67 -
YUV 102.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 53 112 186 0.72 0.40 0 0.27 213.38 0.56 0.47
Hex 35 70 BA 48 28 0 1B D5 38 2F
Octal 65 160 272 110 50 0 33 325 70 57
Binary 110101 1110000 10111010 1001000 101000 0 11011 11010101 111000 101111

Color Harmonies of #3570BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3570BA

Black with #3570BA

Text Example


Text Example

White with #3570BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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