Html Css Color HEX #3975BD Curious Blue

📋 copy color: '#3975BD'

red 57 ◦ green 117 ◦ blue 189

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

Shades of Curious Blue #3975BD

Tints of Curious Blue #3975BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 15.7%
G = 32.23%
B = 52.07%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3975BD (or 0x3975BD) is known color: Curious Blue. HEX triplet: 39, 75 and BD. RGB value is (57,117,189). Sum of RGB (Red+Green+Blue) = 57+117+189=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #3975BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975BD is #C68A42. Grayscale: #6A6A6A. Windows color (decimal): -13011523 or 12416313. OLE color: 12416313.

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

Color convert

RGB 57 117 189 -
CMYK 0.70 0.38 0 0.26
HSL 212.73º 0.54% 0.48% -
HSV(B) 212.73º 0.7% 0.74% -
XYZ 17.23 17.27 50.57 -
YUV 107.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 57 117 189 0.70 0.38 0 0.26 212.73 0.54 0.48
Hex 39 75 BD 46 26 0 1A D5 36 30
Octal 71 165 275 106 46 0 32 325 66 60
Binary 111001 1110101 10111101 1000110 100110 0 11010 11010101 110110 110000

Color Harmonies of #3975BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975BD

Black with #3975BD

Text Example


Text Example

White with #3975BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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