Html Css Color HEX #3896BE Curious Blue

📋 copy color: '#3896BE'

red 56 ◦ green 150 ◦ blue 190

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

Shades of Curious Blue #3896BE

Tints of Curious Blue #3896BE

RGB

 RED value IS 56 (22.27% from 255) = 14.14%

 GREEN value IS 150 (58.98% from 255) = 37.88%

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

R = 14.14%
G = 37.88%
B = 47.98%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3896BE (or 0x3896BE) is known color: Curious Blue. HEX triplet: 38, 96 and BE. RGB value is (56,150,190). Sum of RGB (Red+Green+Blue) = 56+150+190=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #3896BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3896BE is #C76941. Grayscale: #7E7E7E. Windows color (decimal): -13068610 or 12490296. OLE color: 12490296.

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

Color convert

RGB 56 150 190 -
CMYK 0.71 0.21 0 0.25
HSL 197.91º 0.54% 0.48% -
HSV(B) 197.91º 0.71% 0.75% -
XYZ 21.83 26.37 52.65 -
YUV 126.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 56 150 190 0.71 0.21 0 0.25 197.91 0.54 0.48
Hex 38 96 BE 47 15 0 19 C6 36 30
Octal 70 226 276 107 25 0 31 306 66 60
Binary 111000 10010110 10111110 1000111 10101 0 11001 11000110 110110 110000

Color Harmonies of #3896BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3896BE

Black with #3896BE

Text Example


Text Example

White with #3896BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,150,190); }

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

background-color css

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

 a { background-color: rgb(56,150,190); }

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

border-color css

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

 span { border-color: rgb(56,150,190); }

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