Html Css Color HEX #3975BC Curious Blue

📋 copy color: '#3975BC'

red 57 ◦ green 117 ◦ blue 188

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

Shades of Curious Blue #3975BC

Tints of Curious Blue #3975BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 15.75%
G = 32.32%
B = 51.93%

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

#3975BC (or 0x3975BC) is known color: Curious Blue. HEX triplet: 39, 75 and BC. RGB value is (57,117,188). Sum of RGB (Red+Green+Blue) = 57+117+188=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #3975BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975BC is #C68A43. Grayscale: #6A6A6A. Windows color (decimal): -13011524 or 12350777. OLE color: 12350777.

HSL color Cylindrical-coordinate representation of color #3975BC: hue angle of 212.52º degrees, saturation: 0.53, 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 #3975BC is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 117 188 -
CMYK 0.70 0.38 0 0.26
HSL 212.52º 0.53% 0.48% -
HSV(B) 212.52º 0.7% 0.74% -
XYZ 17.13 17.22 50 -
YUV 107.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 57 117 188 0.70 0.38 0 0.26 212.52 0.53 0.48
Hex 39 75 BC 46 26 0 1A D5 35 30
Octal 71 165 274 106 46 0 32 325 65 60
Binary 111001 1110101 10111100 1000110 100110 0 11010 11010101 110101 110000

Color Harmonies of #3975BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975BC

Black with #3975BC

Text Example


Text Example

White with #3975BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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