Html Css Color HEX #3895CE Curious Blue

📋 copy color: '#3895CE'

red 56 ◦ green 149 ◦ blue 206

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

Shades of Curious Blue #3895CE

Tints of Curious Blue #3895CE

RGB

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

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

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

R = 13.63%
G = 36.25%
B = 50.12%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3895CE (or 0x3895CE) is known color: Curious Blue. HEX triplet: 38, 95 and CE. RGB value is (56,149,206). Sum of RGB (Red+Green+Blue) = 56+149+206=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #3895CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3895CE is #C76A31. Grayscale: #7F7F7F. Windows color (decimal): -13068850 or 13538616. OLE color: 13538616.

HSL color Cylindrical-coordinate representation of color #3895CE: hue angle of 202.8º 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 #3895CE is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 149 206 -
CMYK 0.73 0.28 0 0.19
HSL 202.8º 0.6% 0.51% -
HSV(B) 202.8º 0.73% 0.81% -
XYZ 23.52 26.79 62.32 -
YUV 127.69 172.19 76.87 -
System Red Green Blue C M Y K H S L
Decimal 56 149 206 0.73 0.28 0 0.19 202.8 0.6 0.51
Hex 38 95 CE 49 1C 0 13 CB 3C 33
Octal 70 225 316 111 34 0 23 313 74 63
Binary 111000 10010101 11001110 1001001 11100 0 10011 11001011 111100 110011

Color Harmonies of #3895CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3895CE

Black with #3895CE

Text Example


Text Example

White with #3895CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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