Html Css Color HEX #3577BF Curious Blue

📋 copy color: '#3577BF'

red 53 ◦ green 119 ◦ blue 191

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

Shades of Curious Blue #3577BF

Tints of Curious Blue #3577BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 14.6%
G = 32.78%
B = 52.62%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3577BF (or 0x3577BF) is known color: Curious Blue. HEX triplet: 35, 77 and BF. RGB value is (53,119,191). Sum of RGB (Red+Green+Blue) = 53+119+191=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #3577BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3577BF is #CA8840. Grayscale: #6B6B6B. Windows color (decimal): -13273153 or 12547893. OLE color: 12547893.

HSL color Cylindrical-coordinate representation of color #3577BF: hue angle of 211.3º degrees, saturation: 0.57, 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 #3577BF is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 119 191 -
CMYK 0.72 0.38 0 0.25
HSL 211.3º 0.57% 0.48% -
HSV(B) 211.3º 0.72% 0.75% -
XYZ 17.47 17.71 51.79 -
YUV 107.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 53 119 191 0.72 0.38 0 0.25 211.3 0.57 0.48
Hex 35 77 BF 48 26 0 19 D3 39 30
Octal 65 167 277 110 46 0 31 323 71 60
Binary 110101 1110111 10111111 1001000 100110 0 11001 11010011 111001 110000

Color Harmonies of #3577BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3577BF

Black with #3577BF

Text Example


Text Example

White with #3577BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3577BF; }

 p { color: rgb(53,119,191); }

 H1.HeaderClassName
 {
   color: #3577BF;
 }
 .AnyTagClassName
 {
   color: #3577BF;
 }
</style>

background-color css

<style>
 a { background-color: #3577BF; }

 a { background-color: rgb(53,119,191); }

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

border-color css

<style>
 span { border-color: #3577BF; }

 span { border-color: rgb(53,119,191); }

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