Html Css Color HEX #386DBF Curious Blue

📋 copy color: '#386DBF'

red 56 ◦ green 109 ◦ blue 191

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

Shades of Curious Blue #386DBF

Tints of Curious Blue #386DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 191 (75% from 255) = 53.65%

R = 15.73%
G = 30.62%
B = 53.65%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#386DBF (or 0x386DBF) is known color: Curious Blue. HEX triplet: 38, 6D and BF. RGB value is (56,109,191). Sum of RGB (Red+Green+Blue) = 56+109+191=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #386DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DBF is #C79240. Grayscale: #666666. Windows color (decimal): -13079105 or 12545336. OLE color: 12545336.

HSL color Cylindrical-coordinate representation of color #386DBF: hue angle of 216.44º degrees, saturation: 0.55, 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 #386DBF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 109 191 -
CMYK 0.71 0.43 0 0.25
HSL 216.44º 0.55% 0.48% -
HSV(B) 216.44º 0.71% 0.75% -
XYZ 16.5 15.54 51.42 -
YUV 102.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 56 109 191 0.71 0.43 0 0.25 216.44 0.55 0.48
Hex 38 6D BF 47 2B 0 19 D8 37 30
Octal 70 155 277 107 53 0 31 330 67 60
Binary 111000 1101101 10111111 1000111 101011 0 11001 11011000 110111 110000

Color Harmonies of #386DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DBF

Black with #386DBF

Text Example


Text Example

White with #386DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386DBF; }

 p { color: rgb(56,109,191); }

 H1.HeaderClassName
 {
   color: #386DBF;
 }
 .AnyTagClassName
 {
   color: #386DBF;
 }
</style>

background-color css

<style>
 a { background-color: #386DBF; }

 a { background-color: rgb(56,109,191); }

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

border-color css

<style>
 span { border-color: #386DBF; }

 span { border-color: rgb(56,109,191); }

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