Html Css Color HEX #3995BD Curious Blue

📋 copy color: '#3995BD'

red 57 ◦ green 149 ◦ blue 189

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

Shades of Curious Blue #3995BD

Tints of Curious Blue #3995BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

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

R = 14.43%
G = 37.72%
B = 47.85%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3995BD (or 0x3995BD) is known color: Curious Blue. HEX triplet: 39, 95 and BD. RGB value is (57,149,189). Sum of RGB (Red+Green+Blue) = 57+149+189=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #3995BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3995BD is #C66A42. Grayscale: #7D7D7D. Windows color (decimal): -13003331 or 12424505. OLE color: 12424505.

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

Color convert

RGB 57 149 189 -
CMYK 0.70 0.21 0 0.26
HSL 198.18º 0.54% 0.48% -
HSV(B) 198.18º 0.7% 0.74% -
XYZ 21.62 26.04 52.03 -
YUV 126.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 57 149 189 0.70 0.21 0 0.26 198.18 0.54 0.48
Hex 39 95 BD 46 15 0 1A C6 36 30
Octal 71 225 275 106 25 0 32 306 66 60
Binary 111001 10010101 10111101 1000110 10101 0 11010 11000110 110110 110000

Color Harmonies of #3995BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3995BD

Black with #3995BD

Text Example


Text Example

White with #3995BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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