Html Css Color HEX #3573BE Curious Blue

📋 copy color: '#3573BE'

red 53 ◦ green 115 ◦ blue 190

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

Shades of Curious Blue #3573BE

Tints of Curious Blue #3573BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 14.8%
G = 32.12%
B = 53.07%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3573BE (or 0x3573BE) is known color: Curious Blue. HEX triplet: 35, 73 and BE. RGB value is (53,115,190). Sum of RGB (Red+Green+Blue) = 53+115+190=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3573BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573BE is #CA8C41. Grayscale: #686868. Windows color (decimal): -13274178 or 12481333. OLE color: 12481333.

HSL color Cylindrical-coordinate representation of color #3573BE: hue angle of 212.85º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3573BE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 115 190 -
CMYK 0.72 0.39 0 0.25
HSL 212.85º 0.56% 0.48% -
HSV(B) 212.85º 0.72% 0.75% -
XYZ 16.89 16.74 51.06 -
YUV 105.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 53 115 190 0.72 0.39 0 0.25 212.85 0.56 0.48
Hex 35 73 BE 48 27 0 19 D5 38 30
Octal 65 163 276 110 47 0 31 325 70 60
Binary 110101 1110011 10111110 1001000 100111 0 11001 11010101 111000 110000

Color Harmonies of #3573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3573BE

Black with #3573BE

Text Example


Text Example

White with #3573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3573BE; }

 p { color: rgb(53,115,190); }

 H1.HeaderClassName
 {
   color: #3573BE;
 }
 .AnyTagClassName
 {
   color: #3573BE;
 }
</style>

background-color css

<style>
 a { background-color: #3573BE; }

 a { background-color: rgb(53,115,190); }

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

border-color css

<style>
 span { border-color: #3573BE; }

 span { border-color: rgb(53,115,190); }

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