Html Css Color HEX #3575BF Curious Blue

📋 copy color: '#3575BF'

red 53 ◦ green 117 ◦ blue 191

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

Shades of Curious Blue #3575BF

Tints of Curious Blue #3575BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 14.68%
G = 32.41%
B = 52.91%

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

#3575BF (or 0x3575BF) is known color: Curious Blue. HEX triplet: 35, 75 and BF. RGB value is (53,117,191). Sum of RGB (Red+Green+Blue) = 53+117+191=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #3575BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575BF is #CA8A40. Grayscale: #696969. Windows color (decimal): -13273665 or 12547381. OLE color: 12547381.

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

Color convert

RGB 53 117 191 -
CMYK 0.72 0.39 0 0.25
HSL 212.17º 0.57% 0.48% -
HSV(B) 212.17º 0.72% 0.75% -
XYZ 17.23 17.24 51.71 -
YUV 106.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 53 117 191 0.72 0.39 0 0.25 212.17 0.57 0.48
Hex 35 75 BF 48 27 0 19 D4 39 30
Octal 65 165 277 110 47 0 31 324 71 60
Binary 110101 1110101 10111111 1001000 100111 0 11001 11010100 111001 110000

Color Harmonies of #3575BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3575BF

Black with #3575BF

Text Example


Text Example

White with #3575BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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