Html Css Color HEX #3975BE Curious Blue

📋 copy color: '#3975BE'

red 57 ◦ green 117 ◦ blue 190

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

Shades of Curious Blue #3975BE

Tints of Curious Blue #3975BE

RGB

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

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

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

R = 15.66%
G = 32.14%
B = 52.2%

CMYK

 C value IS 0.7

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3975BE (or 0x3975BE) is known color: Curious Blue. HEX triplet: 39, 75 and BE. RGB value is (57,117,190). Sum of RGB (Red+Green+Blue) = 57+117+190=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #3975BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975BE is #C68A41. Grayscale: #6B6B6B. Windows color (decimal): -13011522 or 12481849. OLE color: 12481849.

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

Color convert

RGB 57 117 190 -
CMYK 0.7 0.38 0 0.25
HSL 212.93º 0.54% 0.48% -
HSV(B) 212.93º 0.7% 0.75% -
XYZ 17.34 17.31 51.14 -
YUV 107.38 174.62 92.06 -
System Red Green Blue C M Y K H S L
Decimal 57 117 190 0.7 0.38 0 0.25 212.93 0.54 0.48
Hex 39 75 BE 46 26 0 19 D5 36 30
Octal 71 165 276 106 46 0 31 325 66 60
Binary 111001 1110101 10111110 1000110 100110 0 11001 11010101 110110 110000

Color Harmonies of #3975BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975BE

Black with #3975BE

Text Example


Text Example

White with #3975BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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