Html Css Color HEX #3972BC Curious Blue

📋 copy color: '#3972BC'

red 57 ◦ green 114 ◦ blue 188

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

Shades of Curious Blue #3972BC

Tints of Curious Blue #3972BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 15.88%
G = 31.75%
B = 52.37%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3972BC (or 0x3972BC) is known color: Curious Blue. HEX triplet: 39, 72 and BC. RGB value is (57,114,188). Sum of RGB (Red+Green+Blue) = 57+114+188=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #3972BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972BC is #C68D43. Grayscale: #696969. Windows color (decimal): -13012292 or 12350009. OLE color: 12350009.

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

Color convert

RGB 57 114 188 -
CMYK 0.70 0.39 0 0.26
HSL 213.89º 0.53% 0.48% -
HSV(B) 213.89º 0.7% 0.74% -
XYZ 16.78 16.54 49.88 -
YUV 105.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 57 114 188 0.70 0.39 0 0.26 213.89 0.53 0.48
Hex 39 72 BC 46 27 0 1A D6 35 30
Octal 71 162 274 106 47 0 32 326 65 60
Binary 111001 1110010 10111100 1000110 100111 0 11010 11010110 110101 110000

Color Harmonies of #3972BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3972BC

Black with #3972BC

Text Example


Text Example

White with #3972BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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