Html Css Color HEX #3579CA Curious Blue

📋 copy color: '#3579CA'

red 53 ◦ green 121 ◦ blue 202

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

Shades of Curious Blue #3579CA

Tints of Curious Blue #3579CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 14.1%
G = 32.18%
B = 53.72%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3579CA (or 0x3579CA) is known color: Curious Blue. HEX triplet: 35, 79 and CA. RGB value is (53,121,202). Sum of RGB (Red+Green+Blue) = 53+121+202=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #3579CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3579CA is #CA8635. Grayscale: #6D6D6D. Windows color (decimal): -13272630 or 13269301. OLE color: 13269301.

HSL color Cylindrical-coordinate representation of color #3579CA: hue angle of 212.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3579CA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 121 202 -
CMYK 0.74 0.40 0 0.21
HSL 212.62º 0.58% 0.5% -
HSV(B) 212.62º 0.74% 0.79% -
XYZ 18.97 18.7 58.49 -
YUV 109.9 179.97 87.41 -
System Red Green Blue C M Y K H S L
Decimal 53 121 202 0.74 0.40 0 0.21 212.62 0.58 0.5
Hex 35 79 CA 4A 28 0 15 D5 3A 32
Octal 65 171 312 112 50 0 25 325 72 62
Binary 110101 1111001 11001010 1001010 101000 0 10101 11010101 111010 110010

Color Harmonies of #3579CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3579CA

Black with #3579CA

Text Example


Text Example

White with #3579CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3579CA; }

 p { color: rgb(53,121,202); }

 H1.HeaderClassName
 {
   color: #3579CA;
 }
 .AnyTagClassName
 {
   color: #3579CA;
 }
</style>

background-color css

<style>
 a { background-color: #3579CA; }

 a { background-color: rgb(53,121,202); }

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

border-color css

<style>
 span { border-color: #3579CA; }

 span { border-color: rgb(53,121,202); }

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