Html Css Color HEX #3975BF Curious Blue

📋 copy color: '#3975BF'

red 57 ◦ green 117 ◦ blue 191

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

Shades of Curious Blue #3975BF

Tints of Curious Blue #3975BF

RGB

 RED value IS 57 (22.66% from 255) = 15.62%

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

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

R = 15.62%
G = 32.05%
B = 52.33%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3975BF (or 0x3975BF) is known color: Curious Blue. HEX triplet: 39, 75 and BF. RGB value is (57,117,191). Sum of RGB (Red+Green+Blue) = 57+117+191=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #3975BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975BF is #C68A40. Grayscale: #6B6B6B. Windows color (decimal): -13011521 or 12547385. OLE color: 12547385.

HSL color Cylindrical-coordinate representation of color #3975BF: hue angle of 213.13º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3975BF is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 117 191 -
CMYK 0.70 0.39 0 0.25
HSL 213.13º 0.54% 0.49% -
HSV(B) 213.13º 0.7% 0.75% -
XYZ 17.45 17.35 51.72 -
YUV 107.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 57 117 191 0.70 0.39 0 0.25 213.13 0.54 0.49
Hex 39 75 BF 46 27 0 19 D5 36 31
Octal 71 165 277 106 47 0 31 325 66 61
Binary 111001 1110101 10111111 1000110 100111 0 11001 11010101 110110 110001

Color Harmonies of #3975BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975BF

Black with #3975BF

Text Example


Text Example

White with #3975BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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