Html Css Color HEX #3896CE Curious Blue

📋 copy color: '#3896CE'

red 56 ◦ green 150 ◦ blue 206

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

Shades of Curious Blue #3896CE

Tints of Curious Blue #3896CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 13.59%
G = 36.41%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3896CE (or 0x3896CE) is known color: Curious Blue. HEX triplet: 38, 96 and CE. RGB value is (56,150,206). Sum of RGB (Red+Green+Blue) = 56+150+206=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #3896CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3896CE is #C76931. Grayscale: #7F7F7F. Windows color (decimal): -13068594 or 13538872. OLE color: 13538872.

HSL color Cylindrical-coordinate representation of color #3896CE: hue angle of 202.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3896CE is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 150 206 -
CMYK 0.73 0.27 0 0.19
HSL 202.4º 0.6% 0.51% -
HSV(B) 202.4º 0.73% 0.81% -
XYZ 23.68 27.11 62.38 -
YUV 128.28 171.86 76.45 -
System Red Green Blue C M Y K H S L
Decimal 56 150 206 0.73 0.27 0 0.19 202.4 0.6 0.51
Hex 38 96 CE 49 1B 0 13 CA 3C 33
Octal 70 226 316 111 33 0 23 312 74 63
Binary 111000 10010110 11001110 1001001 11011 0 10011 11001010 111100 110011

Color Harmonies of #3896CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3896CE

Black with #3896CE

Text Example


Text Example

White with #3896CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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